Shades of Neon Blue #566BFA
Tints of Neon Blue #566BFA
RGB
CMYK
RGB Variations
Color information
#566BFA (or 0x566BFA) is known color: Neon Blue. HEX triplet: 56, 6B and FA. RGB value is (86,107,250). Sum of RGB (Red+Green+Blue) = 86+107+250=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #566BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566BFA is #A99405. Grayscale: #747474. Windows color (decimal): -11113478 or 16411478. OLE color: 16411478.
HSL color Cylindrical-coordinate representation of color #566BFA: hue angle of 232.32º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #566BFA is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 107 | 250 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.02 |
| HSL | 232.32º | 0.94% | 0.66% | - |
| HSV(B) | 232.32º | 0.66% | 0.98% | - |
| XYZ | 26.35 | 19.4 | 92.8 | - |
| YUV | 117.02 | 203.04 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 250 | 0.66 | 0.57 | 0 | 0.02 | 232.32 | 0.94 | 0.66 |
| Hex | 56 | 6B | FA | 42 | 39 | 0 | 2 | E8 | 5E | 42 |
| Octal | 126 | 153 | 372 | 102 | 71 | 0 | 2 | 350 | 136 | 102 |
| Binary | 1010110 | 1101011 | 11111010 | 1000010 | 111001 | 0 | 10 | 11101000 | 1011110 | 1000010 |
Color Harmonies of #566BFA
Complementary color
Monochromatic Colors of #566BFA
Black with #566BFA
Text Example
Text Example
White with #566BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BFA; }
p { color: rgb(86,107,250); }
H1.HeaderClassName
{
color: #566BFA;
}
.AnyTagClassName
{
color: #566BFA;
}
</style>
background-color css
<style>
a { background-color: #566BFA; }
a { background-color: rgb(86,107,250); }
div.DivClassName
{
background-color: #566BFA;
}
.BgClassName
{
background-color: #566BFA;
}
</style>
border-color css
<style>
span { border-color: #566BFA; }
span { border-color: rgb(86,107,250); }
td.TdClassName
{
border-color: #566BFA;
}
.TagClassName
{
border-color: #566BFA;
}
</style>