Is this what you mean?
GraphicsDevice.Clear(Color.CornflowerBlue);
that sets the color of your background even if not drawing on a render-target.
Is this what you mean?
GraphicsDevice.Clear(Color.CornflowerBlue);
that sets the color of your background even if not drawing on a render-target.