Html Css Color HEX #5957E9 Neon Blue

📋 copy color: '#5957E9'

red 89 ◦ green 87 ◦ blue 233

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

Shades of Neon Blue #5957E9

Tints of Neon Blue #5957E9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

 BLUE value IS 233 (91.41% from 255) = 56.97%

R = 21.76%
G = 21.27%
B = 56.97%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5957E9 (or 0x5957E9) is known color: Neon Blue. HEX triplet: 59, 57 and E9. RGB value is (89,87,233). Sum of RGB (Red+Green+Blue) = 89+87+233=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #5957E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5957E9 is #A6A816. Grayscale: #676767. Windows color (decimal): -10922007 or 15292249. OLE color: 15292249.

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

Color convert

RGB 89 87 233 -
CMYK 0.62 0.63 0 0.09
HSL 240.82º 0.77% 0.63% -
HSV(B) 240.82º 0.63% 0.91% -
XYZ 22.24 14.82 78.78 -
YUV 104.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 89 87 233 0.62 0.63 0 0.09 240.82 0.77 0.63
Hex 59 57 E9 3E 3F 0 9 F1 4D 3F
Octal 131 127 351 76 77 0 11 361 115 77
Binary 1011001 1010111 11101001 111110 111111 0 1001 11110001 1001101 111111

Color Harmonies of #5957E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5957E9

Black with #5957E9

Text Example


Text Example

White with #5957E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,87,233); }

 H1.HeaderClassName
 {
   color: #5957E9;
 }
 .AnyTagClassName
 {
   color: #5957E9;
 }
</style>

background-color css

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

 a { background-color: rgb(89,87,233); }

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

border-color css

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

 span { border-color: rgb(89,87,233); }

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