#5566FE

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

Shades of Neon Blue #5566FE

Tints of Neon Blue #5566FE

Color information

#5566FE (or 0x5566FE) is unknown color: approx Neon Blue. HEX triplet: 55, 66 and FE. RGB value is (85,102,254). Sum of RGB (Red+Green+Blue) = 85+102+254=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #5566FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5566FE is #AA9901. Grayscale: #717171. Windows color (decimal): -11180290 or 16672341. OLE color: 16672341.

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

Color convert

RGB85102254-
CMYK0.670.6000.00
HSL233.96º98.83%66.47%-
HSV(B)233.96º66.54%99.61%-
XYZ26.3918.5995.96-
YUV114.24206.87107.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.27%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 254 (99.61% from 255) = 57.60%
R=19.27%
G=23.13%
B=57.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal851022540.670.6000.00233.9698.8366.47
Hex5566FE433C00ea6342
Octal1251463761037400352143102
Binary10101011100110111111101000011111100001110101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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