Shades of Neon Blue #565DEE
Tints of Neon Blue #565DEE
RGB
CMYK
RGB Variations
Color information
#565DEE (or 0x565DEE) is known color: Neon Blue. HEX triplet: 56, 5D and EE. RGB value is (86,93,238). Sum of RGB (Red+Green+Blue) = 86+93+238=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #565DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565DEE is #A9A211. Grayscale: #6A6A6A. Windows color (decimal): -11117074 or 15621462. OLE color: 15621462.
HSL color Cylindrical-coordinate representation of color #565DEE: hue angle of 237.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565DEE is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 93 | 238 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.07 |
| HSL | 237.24º | 0.82% | 0.64% | - |
| HSV(B) | 237.24º | 0.64% | 0.93% | - |
| XYZ | 23.18 | 15.98 | 82.75 | - |
| YUV | 107.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 238 | 0.64 | 0.61 | 0 | 0.07 | 237.24 | 0.82 | 0.64 |
| Hex | 56 | 5D | EE | 40 | 3D | 0 | 7 | ED | 52 | 40 |
| Octal | 126 | 135 | 356 | 100 | 75 | 0 | 7 | 355 | 122 | 100 |
| Binary | 1010110 | 1011101 | 11101110 | 1000000 | 111101 | 0 | 111 | 11101101 | 1010010 | 1000000 |
Color Harmonies of #565DEE
Complementary color
Monochromatic Colors of #565DEE
Black with #565DEE
Text Example
Text Example
White with #565DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DEE; }
p { color: rgb(86,93,238); }
H1.HeaderClassName
{
color: #565DEE;
}
.AnyTagClassName
{
color: #565DEE;
}
</style>
background-color css
<style>
a { background-color: #565DEE; }
a { background-color: rgb(86,93,238); }
div.DivClassName
{
background-color: #565DEE;
}
.BgClassName
{
background-color: #565DEE;
}
</style>
border-color css
<style>
span { border-color: #565DEE; }
span { border-color: rgb(86,93,238); }
td.TdClassName
{
border-color: #565DEE;
}
.TagClassName
{
border-color: #565DEE;
}
</style>