Shades of Neon Blue #565BEE
Tints of Neon Blue #565BEE
RGB
CMYK
RGB Variations
Color information
#565BEE (or 0x565BEE) is known color: Neon Blue. HEX triplet: 56, 5B and EE. RGB value is (86,91,238). Sum of RGB (Red+Green+Blue) = 86+91+238=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #565BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BEE is #A9A411. Grayscale: #696969. Windows color (decimal): -11117586 or 15620950. OLE color: 15620950.
HSL color Cylindrical-coordinate representation of color #565BEE: hue angle of 238.03º 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 #565BEE is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 91 | 238 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.07 |
| HSL | 238.03º | 0.82% | 0.64% | - |
| HSV(B) | 238.03º | 0.64% | 0.93% | - |
| XYZ | 23.01 | 15.63 | 82.69 | - |
| YUV | 106.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 238 | 0.64 | 0.62 | 0 | 0.07 | 238.03 | 0.82 | 0.64 |
| Hex | 56 | 5B | EE | 40 | 3E | 0 | 7 | EE | 52 | 40 |
| Octal | 126 | 133 | 356 | 100 | 76 | 0 | 7 | 356 | 122 | 100 |
| Binary | 1010110 | 1011011 | 11101110 | 1000000 | 111110 | 0 | 111 | 11101110 | 1010010 | 1000000 |
Color Harmonies of #565BEE
Complementary color
Monochromatic Colors of #565BEE
Black with #565BEE
Text Example
Text Example
White with #565BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BEE; }
p { color: rgb(86,91,238); }
H1.HeaderClassName
{
color: #565BEE;
}
.AnyTagClassName
{
color: #565BEE;
}
</style>
background-color css
<style>
a { background-color: #565BEE; }
a { background-color: rgb(86,91,238); }
div.DivClassName
{
background-color: #565BEE;
}
.BgClassName
{
background-color: #565BEE;
}
</style>
border-color css
<style>
span { border-color: #565BEE; }
span { border-color: rgb(86,91,238); }
td.TdClassName
{
border-color: #565BEE;
}
.TagClassName
{
border-color: #565BEE;
}
</style>