#5042E9

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

Shades of Neon Blue #5042E9

Tints of Neon Blue #5042E9

Color information

#5042E9 (or 0x5042E9) is unknown color: approx Neon Blue. HEX triplet: 50, 42 and E9. RGB value is (80,66,233). Sum of RGB (Red+Green+Blue) = 80+66+233=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #5042E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5042E9 is #AFBD16. Grayscale: #585858. Windows color (decimal): -11517207 or 15286864. OLE color: 15286864.

HSL color Cylindrical-coordinate representation of color #5042E9: hue angle of 245.03º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5042E9 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8066233-
CMYK0.660.7200.09
HSL245.03º79.15%58.63%-
HSV(B)245.03º71.67%91.37%-
XYZ19.9611.4978.26-
YUV89.22209.14121.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 233 (91.41% from 255) = 61.48%
R=21.11%
G=17.41%
B=61.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80662330.660.7200.09245.0379.1558.63
Hex5042E9424809f54f3b
Octal12010235110211001136511773
Binary10100001000010111010011000010100100001001111101011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5042E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5042E9; }

 p { color: rgb(80,66,233); }

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

<style>
 a { background-color: #5042E9; }

 a { background-color: rgb(80,66,233); }

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

<style>
 span { border-color: #5042E9; }

 span { border-color: rgb(80,66,233); }

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