Html Css Color HEX #5952E8 Neon Blue

📋 copy color: '#5952E8'

red 89 ◦ green 82 ◦ blue 232

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

Shades of Neon Blue #5952E8

Tints of Neon Blue #5952E8

RGB

 RED value IS 89 (35.16% from 255) = 22.08%

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 232 (91.02% from 255) = 57.57%

R = 22.08%
G = 20.35%
B = 57.57%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5952E8 (or 0x5952E8) is known color: Neon Blue. HEX triplet: 59, 52 and E8. RGB value is (89,82,232). Sum of RGB (Red+Green+Blue) = 89+82+232=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #5952E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5952E8 is #A6AD17. Grayscale: #646464. Windows color (decimal): -10923288 or 15225433. OLE color: 15225433.

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

Color convert

RGB 89 82 232 -
CMYK 0.62 0.65 0 0.09
HSL 242.8º 0.77% 0.62% -
HSV(B) 242.8º 0.65% 0.91% -
XYZ 21.7 13.98 77.9 -
YUV 101.19 201.82 119.3 -
System Red Green Blue C M Y K H S L
Decimal 89 82 232 0.62 0.65 0 0.09 242.8 0.77 0.62
Hex 59 52 E8 3E 41 0 9 F3 4D 3E
Octal 131 122 350 76 101 0 11 363 115 76
Binary 1011001 1010010 11101000 111110 1000001 0 1001 11110011 1001101 111110

Color Harmonies of #5952E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5952E8

Black with #5952E8

Text Example


Text Example

White with #5952E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5952E8;
 }
 .AnyTagClassName
 {
   color: #5952E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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