Html Css Color HEX #5957FE Neon Blue

📋 copy color: '#5957FE'

red 89 ◦ green 87 ◦ blue 254

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

Shades of Neon Blue #5957FE

Tints of Neon Blue #5957FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.07%

R = 20.7%
G = 20.23%
B = 59.07%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5957FE (or 0x5957FE) is known color: Neon Blue. HEX triplet: 59, 57 and FE. RGB value is (89,87,254). Sum of RGB (Red+Green+Blue) = 89+87+254=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #5957FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5957FE is #A6A801. Grayscale: #696969. Windows color (decimal): -10921986 or 16668505. OLE color: 16668505.

HSL color Cylindrical-coordinate representation of color #5957FE: hue angle of 240.72º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5957FE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 87 254 -
CMYK 0.65 0.66 0 0.00
HSL 240.72º 0.99% 0.67% -
HSV(B) 240.72º 0.66% 1% -
XYZ 25.42 16.1 95.53 -
YUV 106.64 211.16 115.42 -
System Red Green Blue C M Y K H S L
Decimal 89 87 254 0.65 0.66 0 0.00 240.72 0.99 0.67
Hex 59 57 FE 41 42 0 0 F1 63 43
Octal 131 127 376 101 102 0 0 361 143 103
Binary 1011001 1010111 11111110 1000001 1000010 0 0 11110001 1100011 1000011

Color Harmonies of #5957FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5957FE

Black with #5957FE

Text Example


Text Example

White with #5957FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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