Shades of Neon Blue #566AFC
Tints of Neon Blue #566AFC
RGB
CMYK
RGB Variations
Color information
#566AFC (or 0x566AFC) is known color: Neon Blue. HEX triplet: 56, 6A and FC. RGB value is (86,106,252). Sum of RGB (Red+Green+Blue) = 86+106+252=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #566AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566AFC is #A99503. Grayscale: #747474. Windows color (decimal): -11113732 or 16542294. OLE color: 16542294.
HSL color Cylindrical-coordinate representation of color #566AFC: hue angle of 232.77º 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 #566AFC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 106 | 252 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.01 |
| HSL | 232.77º | 0.97% | 0.66% | - |
| HSV(B) | 232.77º | 0.66% | 0.99% | - |
| XYZ | 26.56 | 19.31 | 94.42 | - |
| YUV | 116.66 | 204.37 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 252 | 0.66 | 0.58 | 0 | 0.01 | 232.77 | 0.97 | 0.66 |
| Hex | 56 | 6A | FC | 42 | 3A | 0 | 1 | E9 | 61 | 42 |
| Octal | 126 | 152 | 374 | 102 | 72 | 0 | 1 | 351 | 141 | 102 |
| Binary | 1010110 | 1101010 | 11111100 | 1000010 | 111010 | 0 | 1 | 11101001 | 1100001 | 1000010 |
Color Harmonies of #566AFC
Complementary color
Monochromatic Colors of #566AFC
Black with #566AFC
Text Example
Text Example
White with #566AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566AFC; }
p { color: rgb(86,106,252); }
H1.HeaderClassName
{
color: #566AFC;
}
.AnyTagClassName
{
color: #566AFC;
}
</style>
background-color css
<style>
a { background-color: #566AFC; }
a { background-color: rgb(86,106,252); }
div.DivClassName
{
background-color: #566AFC;
}
.BgClassName
{
background-color: #566AFC;
}
</style>
border-color css
<style>
span { border-color: #566AFC; }
span { border-color: rgb(86,106,252); }
td.TdClassName
{
border-color: #566AFC;
}
.TagClassName
{
border-color: #566AFC;
}
</style>