#5566FC

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

Shades of Neon Blue #5566FC

Tints of Neon Blue #5566FC

Color information

#5566FC (or 0x5566FC) is unknown color: approx Neon Blue. HEX triplet: 55, 66 and FC. RGB value is (85,102,252). Sum of RGB (Red+Green+Blue) = 85+102+252=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #5566FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5566FC is #AA9903. Grayscale: #717171. Windows color (decimal): -11180292 or 16541269. OLE color: 16541269.

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

Color convert

RGB85102252-
CMYK0.660.6000.01
HSL233.89º96.53%66.08%-
HSV(B)233.89º66.27%98.82%-
XYZ26.0718.4694.29-
YUV114.02205.87107.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 252 (98.83% from 255) = 57.40%
R=19.36%
G=23.23%
B=57.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal851022520.660.6000.01233.8996.5366.08
Hex5566FC423C01ea6142
Octal1251463741027401352141102
Binary10101011100110111111001000010111100011110101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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