Shades of Neon Blue #5569FC
Tints of Neon Blue #5569FC
RGB
CMYK
RGB Variations
Color information
#5569FC (or 0x5569FC) is known color: Neon Blue. HEX triplet: 55, 69 and FC. RGB value is (85,105,252). Sum of RGB (Red+Green+Blue) = 85+105+252=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #5569FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5569FC is #AA9603. Grayscale: #737373. Windows color (decimal): -11179524 or 16542037. OLE color: 16542037.
HSL color Cylindrical-coordinate representation of color #5569FC: hue angle of 232.81º 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 #5569FC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 105 | 252 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.01 |
| HSL | 232.81º | 0.97% | 0.66% | - |
| HSV(B) | 232.81º | 0.66% | 0.99% | - |
| XYZ | 26.37 | 19.06 | 94.39 | - |
| YUV | 115.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 252 | 0.66 | 0.58 | 0 | 0.01 | 232.81 | 0.97 | 0.66 |
| Hex | 55 | 69 | FC | 42 | 3A | 0 | 1 | E9 | 61 | 42 |
| Octal | 125 | 151 | 374 | 102 | 72 | 0 | 1 | 351 | 141 | 102 |
| Binary | 1010101 | 1101001 | 11111100 | 1000010 | 111010 | 0 | 1 | 11101001 | 1100001 | 1000010 |
Color Harmonies of #5569FC
Complementary color
Monochromatic Colors of #5569FC
Black with #5569FC
Text Example
Text Example
White with #5569FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5569FC; }
p { color: rgb(85,105,252); }
H1.HeaderClassName
{
color: #5569FC;
}
.AnyTagClassName
{
color: #5569FC;
}
</style>
background-color css
<style>
a { background-color: #5569FC; }
a { background-color: rgb(85,105,252); }
div.DivClassName
{
background-color: #5569FC;
}
.BgClassName
{
background-color: #5569FC;
}
</style>
border-color css
<style>
span { border-color: #5569FC; }
span { border-color: rgb(85,105,252); }
td.TdClassName
{
border-color: #5569FC;
}
.TagClassName
{
border-color: #5569FC;
}
</style>