Shades of Neon Blue #565BEF
Tints of Neon Blue #565BEF
RGB
CMYK
RGB Variations
Color information
#565BEF (or 0x565BEF) is known color: Neon Blue. HEX triplet: 56, 5B and EF. RGB value is (86,91,239). Sum of RGB (Red+Green+Blue) = 86+91+239=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #565BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BEF is #A9A410. Grayscale: #696969. Windows color (decimal): -11117585 or 15686486. OLE color: 15686486.
HSL color Cylindrical-coordinate representation of color #565BEF: hue angle of 238.04º degrees, saturation: 0.83, 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 #565BEF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 91 | 239 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.06 |
| HSL | 238.04º | 0.83% | 0.64% | - |
| HSV(B) | 238.04º | 0.64% | 0.94% | - |
| XYZ | 23.16 | 15.69 | 83.47 | - |
| YUV | 106.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 239 | 0.64 | 0.62 | 0 | 0.06 | 238.04 | 0.83 | 0.64 |
| Hex | 56 | 5B | EF | 40 | 3E | 0 | 6 | EE | 53 | 40 |
| Octal | 126 | 133 | 357 | 100 | 76 | 0 | 6 | 356 | 123 | 100 |
| Binary | 1010110 | 1011011 | 11101111 | 1000000 | 111110 | 0 | 110 | 11101110 | 1010011 | 1000000 |
Color Harmonies of #565BEF
Complementary color
Monochromatic Colors of #565BEF
Black with #565BEF
Text Example
Text Example
White with #565BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BEF; }
p { color: rgb(86,91,239); }
H1.HeaderClassName
{
color: #565BEF;
}
.AnyTagClassName
{
color: #565BEF;
}
</style>
background-color css
<style>
a { background-color: #565BEF; }
a { background-color: rgb(86,91,239); }
div.DivClassName
{
background-color: #565BEF;
}
.BgClassName
{
background-color: #565BEF;
}
</style>
border-color css
<style>
span { border-color: #565BEF; }
span { border-color: rgb(86,91,239); }
td.TdClassName
{
border-color: #565BEF;
}
.TagClassName
{
border-color: #565BEF;
}
</style>