Shades of Neon Blue #566BFE
Tints of Neon Blue #566BFE
RGB
CMYK
RGB Variations
Color information
#566BFE (or 0x566BFE) is known color: Neon Blue. HEX triplet: 56, 6B and FE. RGB value is (86,107,254). Sum of RGB (Red+Green+Blue) = 86+107+254=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #566BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566BFE is #A99401. Grayscale: #747474. Windows color (decimal): -11113474 or 16673622. OLE color: 16673622.
HSL color Cylindrical-coordinate representation of color #566BFE: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #566BFE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 107 | 254 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.00 |
| HSL | 232.5º | 0.99% | 0.67% | - |
| HSV(B) | 232.5º | 0.66% | 1% | - |
| XYZ | 26.98 | 19.65 | 96.14 | - |
| YUV | 117.48 | 205.04 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 254 | 0.66 | 0.58 | 0 | 0.00 | 232.5 | 0.99 | 0.67 |
| Hex | 56 | 6B | FE | 42 | 3A | 0 | 0 | E8 | 63 | 43 |
| Octal | 126 | 153 | 376 | 102 | 72 | 0 | 0 | 350 | 143 | 103 |
| Binary | 1010110 | 1101011 | 11111110 | 1000010 | 111010 | 0 | 0 | 11101000 | 1100011 | 1000011 |
Color Harmonies of #566BFE
Complementary color
Monochromatic Colors of #566BFE
Black with #566BFE
Text Example
Text Example
White with #566BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BFE; }
p { color: rgb(86,107,254); }
H1.HeaderClassName
{
color: #566BFE;
}
.AnyTagClassName
{
color: #566BFE;
}
</style>
background-color css
<style>
a { background-color: #566BFE; }
a { background-color: rgb(86,107,254); }
div.DivClassName
{
background-color: #566BFE;
}
.BgClassName
{
background-color: #566BFE;
}
</style>
border-color css
<style>
span { border-color: #566BFE; }
span { border-color: rgb(86,107,254); }
td.TdClassName
{
border-color: #566BFE;
}
.TagClassName
{
border-color: #566BFE;
}
</style>