#5F45EA

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

Shades of Neon Blue #5F45EA

Tints of Neon Blue #5F45EA

Color information

#5F45EA (or 0x5F45EA) is unknown color: approx Neon Blue. HEX triplet: 5F, 45 and EA. RGB value is (95,69,234). Sum of RGB (Red+Green+Blue) = 95+69+234=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F45EA is #A0BA15. Grayscale: #5E5E5E. Windows color (decimal): -10533398 or 15353183. OLE color: 15353183.

HSL color Cylindrical-coordinate representation of color #5F45EA: hue angle of 249.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F45EA is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9569234-
CMYK0.590.7100.08
HSL249.45º79.71%59.41%-
HSV(B)249.45º70.51%91.76%-
XYZ21.712.6379.14-
YUV95.58206.11127.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.87%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 234 (91.80% from 255) = 58.79%
R=23.87%
G=17.34%
B=58.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal95692340.590.7100.08249.4579.7159.41
Hex5F45EA3B4708f9503b
Octal1371053527310701037112073
Binary1011111100010111101010111011100011101000111110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F45EA; }

 p { color: rgb(95,69,234); }

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

<style>
 a { background-color: #5F45EA; }

 a { background-color: rgb(95,69,234); }

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

<style>
 span { border-color: #5F45EA; }

 span { border-color: rgb(95,69,234); }

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