You can add a background color into your scene with the following:
background {
color color-name OR rgb< r, g, b >
}
If background {} is not presented, the background color, by
default, is black. Figures generated so far use either
background {
color NeonBlue
}
or
background {
color SkyBlue
}