Shades of Neon Blue #565DEF
Tints of Neon Blue #565DEF
RGB
CMYK
RGB Variations
Color information
#565DEF (or 0x565DEF) is known color: Neon Blue. HEX triplet: 56, 5D and EF. RGB value is (86,93,239). Sum of RGB (Red+Green+Blue) = 86+93+239=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #565DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565DEF is #A9A210. Grayscale: #6A6A6A. Windows color (decimal): -11117073 or 15686998. OLE color: 15686998.
HSL color Cylindrical-coordinate representation of color #565DEF: hue angle of 237.25º 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 #565DEF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 93 | 239 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.06 |
| HSL | 237.25º | 0.83% | 0.64% | - |
| HSV(B) | 237.25º | 0.64% | 0.94% | - |
| XYZ | 23.33 | 16.04 | 83.53 | - |
| YUV | 107.55 | 202.18 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 239 | 0.64 | 0.61 | 0 | 0.06 | 237.25 | 0.83 | 0.64 |
| Hex | 56 | 5D | EF | 40 | 3D | 0 | 6 | ED | 53 | 40 |
| Octal | 126 | 135 | 357 | 100 | 75 | 0 | 6 | 355 | 123 | 100 |
| Binary | 1010110 | 1011101 | 11101111 | 1000000 | 111101 | 0 | 110 | 11101101 | 1010011 | 1000000 |
Color Harmonies of #565DEF
Complementary color
Monochromatic Colors of #565DEF
Black with #565DEF
Text Example
Text Example
White with #565DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DEF; }
p { color: rgb(86,93,239); }
H1.HeaderClassName
{
color: #565DEF;
}
.AnyTagClassName
{
color: #565DEF;
}
</style>
background-color css
<style>
a { background-color: #565DEF; }
a { background-color: rgb(86,93,239); }
div.DivClassName
{
background-color: #565DEF;
}
.BgClassName
{
background-color: #565DEF;
}
</style>
border-color css
<style>
span { border-color: #565DEF; }
span { border-color: rgb(86,93,239); }
td.TdClassName
{
border-color: #565DEF;
}
.TagClassName
{
border-color: #565DEF;
}
</style>