Shades of Neon Blue #565EEE
Tints of Neon Blue #565EEE
RGB
CMYK
RGB Variations
Color information
#565EEE (or 0x565EEE) is known color: Neon Blue. HEX triplet: 56, 5E and EE. RGB value is (86,94,238). Sum of RGB (Red+Green+Blue) = 86+94+238=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #565EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565EEE is #A9A111. Grayscale: #6B6B6B. Windows color (decimal): -11116818 or 15621718. OLE color: 15621718.
HSL color Cylindrical-coordinate representation of color #565EEE: hue angle of 236.84º 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 #565EEE is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 94 | 238 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.07 |
| HSL | 236.84º | 0.82% | 0.64% | - |
| HSV(B) | 236.84º | 0.64% | 0.93% | - |
| XYZ | 23.27 | 16.16 | 82.78 | - |
| YUV | 108.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 238 | 0.64 | 0.61 | 0 | 0.07 | 236.84 | 0.82 | 0.64 |
| Hex | 56 | 5E | EE | 40 | 3D | 0 | 7 | ED | 52 | 40 |
| Octal | 126 | 136 | 356 | 100 | 75 | 0 | 7 | 355 | 122 | 100 |
| Binary | 1010110 | 1011110 | 11101110 | 1000000 | 111101 | 0 | 111 | 11101101 | 1010010 | 1000000 |
Color Harmonies of #565EEE
Complementary color
Monochromatic Colors of #565EEE
Black with #565EEE
Text Example
Text Example
White with #565EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EEE; }
p { color: rgb(86,94,238); }
H1.HeaderClassName
{
color: #565EEE;
}
.AnyTagClassName
{
color: #565EEE;
}
</style>
background-color css
<style>
a { background-color: #565EEE; }
a { background-color: rgb(86,94,238); }
div.DivClassName
{
background-color: #565EEE;
}
.BgClassName
{
background-color: #565EEE;
}
</style>
border-color css
<style>
span { border-color: #565EEE; }
span { border-color: rgb(86,94,238); }
td.TdClassName
{
border-color: #565EEE;
}
.TagClassName
{
border-color: #565EEE;
}
</style>