Html Css Color HEX #5966FE Neon Blue

📋 copy color: '#5966FE'

red 89 ◦ green 102 ◦ blue 254

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

Shades of Neon Blue #5966FE

Tints of Neon Blue #5966FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

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

R = 20%
G = 22.92%
B = 57.08%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5966FE (or 0x5966FE) is known color: Neon Blue. HEX triplet: 59, 66 and FE. RGB value is (89,102,254). Sum of RGB (Red+Green+Blue) = 89+102+254=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #5966FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5966FE is #A69901. Grayscale: #727272. Windows color (decimal): -10918146 or 16672345. OLE color: 16672345.

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

Color convert

RGB 89 102 254 -
CMYK 0.65 0.60 0 0.00
HSL 235.27º 0.99% 0.67% -
HSV(B) 235.27º 0.65% 1% -
XYZ 26.76 18.78 95.98 -
YUV 115.44 206.19 109.14 -
System Red Green Blue C M Y K H S L
Decimal 89 102 254 0.65 0.60 0 0.00 235.27 0.99 0.67
Hex 59 66 FE 41 3C 0 0 EB 63 43
Octal 131 146 376 101 74 0 0 353 143 103
Binary 1011001 1100110 11111110 1000001 111100 0 0 11101011 1100011 1000011

Color Harmonies of #5966FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5966FE

Black with #5966FE

Text Example


Text Example

White with #5966FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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