Shades of Neon Blue #565EF0
Tints of Neon Blue #565EF0
RGB
CMYK
RGB Variations
Color information
#565EF0 (or 0x565EF0) is known color: Neon Blue. HEX triplet: 56, 5E and F0. RGB value is (86,94,240). Sum of RGB (Red+Green+Blue) = 86+94+240=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #565EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565EF0 is #A9A10F. Grayscale: #6B6B6B. Windows color (decimal): -11116816 or 15752790. OLE color: 15752790.
HSL color Cylindrical-coordinate representation of color #565EF0: hue angle of 236.88º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565EF0 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 94 | 240 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.06 |
| HSL | 236.88º | 0.84% | 0.64% | - |
| HSV(B) | 236.88º | 0.64% | 0.94% | - |
| XYZ | 23.57 | 16.28 | 84.34 | - |
| YUV | 108.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 240 | 0.64 | 0.61 | 0 | 0.06 | 236.88 | 0.84 | 0.64 |
| Hex | 56 | 5E | F0 | 40 | 3D | 0 | 6 | ED | 54 | 40 |
| Octal | 126 | 136 | 360 | 100 | 75 | 0 | 6 | 355 | 124 | 100 |
| Binary | 1010110 | 1011110 | 11110000 | 1000000 | 111101 | 0 | 110 | 11101101 | 1010100 | 1000000 |
Color Harmonies of #565EF0
Complementary color
Monochromatic Colors of #565EF0
Black with #565EF0
Text Example
Text Example
White with #565EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EF0; }
p { color: rgb(86,94,240); }
H1.HeaderClassName
{
color: #565EF0;
}
.AnyTagClassName
{
color: #565EF0;
}
</style>
background-color css
<style>
a { background-color: #565EF0; }
a { background-color: rgb(86,94,240); }
div.DivClassName
{
background-color: #565EF0;
}
.BgClassName
{
background-color: #565EF0;
}
</style>
border-color css
<style>
span { border-color: #565EF0; }
span { border-color: rgb(86,94,240); }
td.TdClassName
{
border-color: #565EF0;
}
.TagClassName
{
border-color: #565EF0;
}
</style>