Shades of Neon Blue #5568FC
Tints of Neon Blue #5568FC
RGB
CMYK
RGB Variations
Color information
#5568FC (or 0x5568FC) is known color: Neon Blue. HEX triplet: 55, 68 and FC. RGB value is (85,104,252). Sum of RGB (Red+Green+Blue) = 85+104+252=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #5568FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5568FC is #AA9703. Grayscale: #727272. Windows color (decimal): -11179780 or 16541781. OLE color: 16541781.
HSL color Cylindrical-coordinate representation of color #5568FC: hue angle of 233.17º 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 #5568FC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 104 | 252 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.01 |
| HSL | 233.17º | 0.97% | 0.66% | - |
| HSV(B) | 233.17º | 0.66% | 0.99% | - |
| XYZ | 26.27 | 18.86 | 94.35 | - |
| YUV | 115.19 | 205.21 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 252 | 0.66 | 0.59 | 0 | 0.01 | 233.17 | 0.97 | 0.66 |
| Hex | 55 | 68 | FC | 42 | 3B | 0 | 1 | E9 | 61 | 42 |
| Octal | 125 | 150 | 374 | 102 | 73 | 0 | 1 | 351 | 141 | 102 |
| Binary | 1010101 | 1101000 | 11111100 | 1000010 | 111011 | 0 | 1 | 11101001 | 1100001 | 1000010 |
Color Harmonies of #5568FC
Complementary color
Monochromatic Colors of #5568FC
Black with #5568FC
Text Example
Text Example
White with #5568FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5568FC; }
p { color: rgb(85,104,252); }
H1.HeaderClassName
{
color: #5568FC;
}
.AnyTagClassName
{
color: #5568FC;
}
</style>
background-color css
<style>
a { background-color: #5568FC; }
a { background-color: rgb(85,104,252); }
div.DivClassName
{
background-color: #5568FC;
}
.BgClassName
{
background-color: #5568FC;
}
</style>
border-color css
<style>
span { border-color: #5568FC; }
span { border-color: rgb(85,104,252); }
td.TdClassName
{
border-color: #5568FC;
}
.TagClassName
{
border-color: #5568FC;
}
</style>