Shades of Neon Blue #566CFD
Tints of Neon Blue #566CFD
RGB
CMYK
RGB Variations
Color information
#566CFD (or 0x566CFD) is known color: Neon Blue. HEX triplet: 56, 6C and FD. RGB value is (86,108,253). Sum of RGB (Red+Green+Blue) = 86+108+253=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #566CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CFD is #A99302. Grayscale: #757575. Windows color (decimal): -11113219 or 16608342. OLE color: 16608342.
HSL color Cylindrical-coordinate representation of color #566CFD: hue angle of 232.1º degrees, saturation: 0.98, 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 #566CFD is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 108 | 253 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.01 |
| HSL | 232.1º | 0.98% | 0.66% | - |
| HSV(B) | 232.1º | 0.66% | 0.99% | - |
| XYZ | 26.93 | 19.8 | 95.33 | - |
| YUV | 117.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 253 | 0.66 | 0.57 | 0 | 0.01 | 232.1 | 0.98 | 0.66 |
| Hex | 56 | 6C | FD | 42 | 39 | 0 | 1 | E8 | 62 | 42 |
| Octal | 126 | 154 | 375 | 102 | 71 | 0 | 1 | 350 | 142 | 102 |
| Binary | 1010110 | 1101100 | 11111101 | 1000010 | 111001 | 0 | 1 | 11101000 | 1100010 | 1000010 |
Color Harmonies of #566CFD
Complementary color
Monochromatic Colors of #566CFD
Black with #566CFD
Text Example
Text Example
White with #566CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CFD; }
p { color: rgb(86,108,253); }
H1.HeaderClassName
{
color: #566CFD;
}
.AnyTagClassName
{
color: #566CFD;
}
</style>
background-color css
<style>
a { background-color: #566CFD; }
a { background-color: rgb(86,108,253); }
div.DivClassName
{
background-color: #566CFD;
}
.BgClassName
{
background-color: #566CFD;
}
</style>
border-color css
<style>
span { border-color: #566CFD; }
span { border-color: rgb(86,108,253); }
td.TdClassName
{
border-color: #566CFD;
}
.TagClassName
{
border-color: #566CFD;
}
</style>