Shades of Neon Blue #566BFB
Tints of Neon Blue #566BFB
RGB
CMYK
RGB Variations
Color information
#566BFB (or 0x566BFB) is known color: Neon Blue. HEX triplet: 56, 6B and FB. RGB value is (86,107,251). Sum of RGB (Red+Green+Blue) = 86+107+251=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #566BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566BFB is #A99404. Grayscale: #747474. Windows color (decimal): -11113477 or 16477014. OLE color: 16477014.
HSL color Cylindrical-coordinate representation of color #566BFB: hue angle of 232.36º degrees, saturation: 0.95, 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 #566BFB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 107 | 251 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.02 |
| HSL | 232.36º | 0.95% | 0.66% | - |
| HSV(B) | 232.36º | 0.66% | 0.98% | - |
| XYZ | 26.51 | 19.46 | 93.63 | - |
| YUV | 117.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 251 | 0.66 | 0.57 | 0 | 0.02 | 232.36 | 0.95 | 0.66 |
| Hex | 56 | 6B | FB | 42 | 39 | 0 | 2 | E8 | 5F | 42 |
| Octal | 126 | 153 | 373 | 102 | 71 | 0 | 2 | 350 | 137 | 102 |
| Binary | 1010110 | 1101011 | 11111011 | 1000010 | 111001 | 0 | 10 | 11101000 | 1011111 | 1000010 |
Color Harmonies of #566BFB
Complementary color
Monochromatic Colors of #566BFB
Black with #566BFB
Text Example
Text Example
White with #566BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BFB; }
p { color: rgb(86,107,251); }
H1.HeaderClassName
{
color: #566BFB;
}
.AnyTagClassName
{
color: #566BFB;
}
</style>
background-color css
<style>
a { background-color: #566BFB; }
a { background-color: rgb(86,107,251); }
div.DivClassName
{
background-color: #566BFB;
}
.BgClassName
{
background-color: #566BFB;
}
</style>
border-color css
<style>
span { border-color: #566BFB; }
span { border-color: rgb(86,107,251); }
td.TdClassName
{
border-color: #566BFB;
}
.TagClassName
{
border-color: #566BFB;
}
</style>