Html Css Color HEX #5949E8 Neon Blue

📋 copy color: '#5949E8'

red 89 ◦ green 73 ◦ blue 232

#5949E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5949E8

Tints of Neon Blue #5949E8

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 value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5949E8 (or 0x5949E8) is known color: 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

RGB 89 73 232 -
CMYK 0.62 0.69 0 0.09
HSL 246.04º 0.78% 0.6% -
HSV(B) 246.04º 0.69% 0.91% -
XYZ 21.07 12.72 77.69 -
YUV 95.91 204.8 123.07 -
System Red Green Blue C M Y K H S L
Decimal 89 73 232 0.62 0.69 0 0.09 246.04 0.78 0.6
Hex 59 49 E8 3E 45 0 9 F6 4E 3C
Octal 131 111 350 76 105 0 11 366 116 74
Binary 1011001 1001001 11101000 111110 1000101 0 1001 11110110 1001110 111100

Color Harmonies of #5949E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949E8

Black with #5949E8

Text Example


Text Example

White with #5949E8

Text Example


Text Example

HTML Codes & Css Web 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>