Shades of Neon Blue #5566FC
Tints of Neon Blue #5566FC
RGB
CMYK
RGB Variations
Color information
#5566FC (or 0x5566FC) is known color: 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
| RGB | 85 | 102 | 252 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.01 |
| HSL | 233.89º | 0.97% | 0.66% | - |
| HSV(B) | 233.89º | 0.66% | 0.99% | - |
| XYZ | 26.07 | 18.46 | 94.29 | - |
| YUV | 114.02 | 205.87 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 252 | 0.66 | 0.60 | 0 | 0.01 | 233.89 | 0.97 | 0.66 |
| Hex | 55 | 66 | FC | 42 | 3C | 0 | 1 | EA | 61 | 42 |
| Octal | 125 | 146 | 374 | 102 | 74 | 0 | 1 | 352 | 141 | 102 |
| Binary | 1010101 | 1100110 | 11111100 | 1000010 | 111100 | 0 | 1 | 11101010 | 1100001 | 1000010 |
Color Harmonies of #5566FC
Complementary color
Monochromatic Colors of #5566FC
Black with #5566FC
Text Example
Text Example
White with #5566FC
Text Example
Text Example
HTML Codes & Css Web 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>