#5040FB

Color #5040FB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5040FB

Tints of Neon Blue #5040FB

Color information

#5040FB (or 0x5040FB) is unknown color: approx Neon Blue. HEX triplet: 50, 40 and FB. RGB value is (80,64,251). Sum of RGB (Red+Green+Blue) = 80+64+251=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #5040FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5040FB is #AFBF04. Grayscale: #595959. Windows color (decimal): -11517701 or 16466000. OLE color: 16466000.

HSL color Cylindrical-coordinate representation of color #5040FB: hue angle of 245.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5040FB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8064251-
CMYK0.680.7500.02
HSL245.13º95.9%61.76%-
HSV(B)245.13º74.5%98.43%-
XYZ22.5512.3492.46-
YUV90.1218.8120.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 251 (98.44% from 255) = 63.54%
R=20.25%
G=16.20%
B=63.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80642510.680.7500.02245.1395.961.76
Hex5040FB444B02f5603e
Octal1201003731041130236514076
Binary101000010000001111101110001001001011010111101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5040FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5040FB; }

 p { color: rgb(80,64,251); }

 H1.HeaderClassName
 {
   color: #5040FB;
 }
 .AnyTagClassName
 {
   color: #5040FB;
 }
</style>
background-color css

<style>
 a { background-color: #5040FB; }

 a { background-color: rgb(80,64,251); }

 div.DivClassName
 {
   background-color: #5040FB;
 }
 .BgClassName
 {
   background-color: #5040FB;
 }
</style>
border-color css

<style>
 span { border-color: #5040FB; }

 span { border-color: rgb(80,64,251); }

 td.TdClassName
 {
   border-color: #5040FB;
 }
 .TagClassName
 {
   border-color: #5040FB;
 }
</style>