Shades of Neon Blue #565EFB
Tints of Neon Blue #565EFB
RGB
CMYK
RGB Variations
Color information
#565EFB (or 0x565EFB) is known color: Neon Blue. HEX triplet: 56, 5E and FB. RGB value is (86,94,251). Sum of RGB (Red+Green+Blue) = 86+94+251=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #565EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565EFB is #A9A104. Grayscale: #6C6C6C. Windows color (decimal): -11116805 or 16473686. OLE color: 16473686.
HSL color Cylindrical-coordinate representation of color #565EFB: hue angle of 237.09º 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 #565EFB is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 94 | 251 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.02 |
| HSL | 237.09º | 0.95% | 0.66% | - |
| HSV(B) | 237.09º | 0.66% | 0.98% | - |
| XYZ | 25.25 | 16.95 | 93.21 | - |
| YUV | 109.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 251 | 0.66 | 0.63 | 0 | 0.02 | 237.09 | 0.95 | 0.66 |
| Hex | 56 | 5E | FB | 42 | 3F | 0 | 2 | ED | 5F | 42 |
| Octal | 126 | 136 | 373 | 102 | 77 | 0 | 2 | 355 | 137 | 102 |
| Binary | 1010110 | 1011110 | 11111011 | 1000010 | 111111 | 0 | 10 | 11101101 | 1011111 | 1000010 |
Color Harmonies of #565EFB
Complementary color
Monochromatic Colors of #565EFB
Black with #565EFB
Text Example
Text Example
White with #565EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EFB; }
p { color: rgb(86,94,251); }
H1.HeaderClassName
{
color: #565EFB;
}
.AnyTagClassName
{
color: #565EFB;
}
</style>
background-color css
<style>
a { background-color: #565EFB; }
a { background-color: rgb(86,94,251); }
div.DivClassName
{
background-color: #565EFB;
}
.BgClassName
{
background-color: #565EFB;
}
</style>
border-color css
<style>
span { border-color: #565EFB; }
span { border-color: rgb(86,94,251); }
td.TdClassName
{
border-color: #565EFB;
}
.TagClassName
{
border-color: #565EFB;
}
</style>