#5966FF

Color #5966FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5966FF

Tints of Neon Blue #5966FF

Color information

#5966FF (or 0x5966FF) is unknown color: approx Neon Blue. HEX triplet: 59, 66 and FF. RGB value is (89,102,255). Sum of RGB (Red+Green+Blue) = 89+102+255=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #5966FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5966FF is #A69900. Grayscale: #727272. Windows color (decimal): -10918145 or 16737881. OLE color: 16737881.

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

Color convert

RGB89102255-
CMYK0.650.600
HSL235.3º100%67.45%-
HSV(B)235.3º65.1%100%-
XYZ26.9218.8596.83-
YUV115.56206.69109.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 255 (100% from 255) = 57.17%
R=19.96%
G=22.87%
B=57.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891022550.650.600235.310067.45
Hex5966FF413C00eb6443
Octal1311463771017400353144103
Binary10110011100110111111111000001111100001110101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5966FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5966FF;
 }
 .AnyTagClassName
 {
   color: #5966FF;
 }
</style>
background-color css

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

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

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

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

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

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