Shades of Neon Blue #566CFB
Tints of Neon Blue #566CFB
RGB
CMYK
RGB Variations
Color information
#566CFB (or 0x566CFB) is known color: Neon Blue. HEX triplet: 56, 6C and FB. RGB value is (86,108,251). Sum of RGB (Red+Green+Blue) = 86+108+251=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #566CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CFB is #A99304. Grayscale: #757575. Windows color (decimal): -11113221 or 16477270. OLE color: 16477270.
HSL color Cylindrical-coordinate representation of color #566CFB: hue angle of 232º 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 #566CFB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 108 | 251 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.02 |
| HSL | 232º | 0.95% | 0.66% | - |
| HSV(B) | 232º | 0.66% | 0.98% | - |
| XYZ | 26.61 | 19.67 | 93.66 | - |
| YUV | 117.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 251 | 0.66 | 0.57 | 0 | 0.02 | 232 | 0.95 | 0.66 |
| Hex | 56 | 6C | FB | 42 | 39 | 0 | 2 | E8 | 5F | 42 |
| Octal | 126 | 154 | 373 | 102 | 71 | 0 | 2 | 350 | 137 | 102 |
| Binary | 1010110 | 1101100 | 11111011 | 1000010 | 111001 | 0 | 10 | 11101000 | 1011111 | 1000010 |
Color Harmonies of #566CFB
Complementary color
Monochromatic Colors of #566CFB
Black with #566CFB
Text Example
Text Example
White with #566CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CFB; }
p { color: rgb(86,108,251); }
H1.HeaderClassName
{
color: #566CFB;
}
.AnyTagClassName
{
color: #566CFB;
}
</style>
background-color css
<style>
a { background-color: #566CFB; }
a { background-color: rgb(86,108,251); }
div.DivClassName
{
background-color: #566CFB;
}
.BgClassName
{
background-color: #566CFB;
}
</style>
border-color css
<style>
span { border-color: #566CFB; }
span { border-color: rgb(86,108,251); }
td.TdClassName
{
border-color: #566CFB;
}
.TagClassName
{
border-color: #566CFB;
}
</style>