#5949E8

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

Shades of Neon Blue #5949E8

Tints of Neon Blue #5949E8

Color information

#5949E8 (or 0x5949E8) is unknown color: approx Neon Blue. HEX triplet: 59, 49 and E8. RGB value is (89,73,232). Sum of RGB (Red+Green+Blue) = 89+73+232=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #5949E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5949E8 is #A6B617. Grayscale: #5F5F5F. Windows color (decimal): -10925592 or 15223129. OLE color: 15223129.

HSL color Cylindrical-coordinate representation of color #5949E8: hue angle of 246.04º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5949E8 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8973232-
CMYK0.620.6900.09
HSL246.04º77.56%59.8%-
HSV(B)246.04º68.53%90.98%-
XYZ21.0712.7277.69-
YUV95.91204.8123.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.59%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 232 (91.02% from 255) = 58.88%
R=22.59%
G=18.53%
B=58.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal89732320.620.6900.09246.0477.5659.8
Hex5949E83E4509f64e3c
Octal1311113507610501136611674
Binary1011001100100111101000111110100010101001111101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5949E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5949E8; }

 p { color: rgb(89,73,232); }

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

<style>
 a { background-color: #5949E8; }

 a { background-color: rgb(89,73,232); }

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

<style>
 span { border-color: #5949E8; }

 span { border-color: rgb(89,73,232); }

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