Shades of Neon Blue #565CEB
Tints of Neon Blue #565CEB
RGB
CMYK
RGB Variations
Color information
#565CEB (or 0x565CEB) is known color: Neon Blue. HEX triplet: 56, 5C and EB. RGB value is (86,92,235). Sum of RGB (Red+Green+Blue) = 86+92+235=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #565CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565CEB is #A9A314. Grayscale: #696969. Windows color (decimal): -11117333 or 15424598. OLE color: 15424598.
HSL color Cylindrical-coordinate representation of color #565CEB: hue angle of 237.58º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565CEB is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 92 | 235 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.08 |
| HSL | 237.58º | 0.79% | 0.63% | - |
| HSV(B) | 237.58º | 0.63% | 0.92% | - |
| XYZ | 22.66 | 15.63 | 80.42 | - |
| YUV | 106.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 235 | 0.63 | 0.61 | 0 | 0.08 | 237.58 | 0.79 | 0.63 |
| Hex | 56 | 5C | EB | 3F | 3D | 0 | 8 | EE | 4F | 3F |
| Octal | 126 | 134 | 353 | 77 | 75 | 0 | 10 | 356 | 117 | 77 |
| Binary | 1010110 | 1011100 | 11101011 | 111111 | 111101 | 0 | 1000 | 11101110 | 1001111 | 111111 |
Color Harmonies of #565CEB
Complementary color
Monochromatic Colors of #565CEB
Black with #565CEB
Text Example
Text Example
White with #565CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CEB; }
p { color: rgb(86,92,235); }
H1.HeaderClassName
{
color: #565CEB;
}
.AnyTagClassName
{
color: #565CEB;
}
</style>
background-color css
<style>
a { background-color: #565CEB; }
a { background-color: rgb(86,92,235); }
div.DivClassName
{
background-color: #565CEB;
}
.BgClassName
{
background-color: #565CEB;
}
</style>
border-color css
<style>
span { border-color: #565CEB; }
span { border-color: rgb(86,92,235); }
td.TdClassName
{
border-color: #565CEB;
}
.TagClassName
{
border-color: #565CEB;
}
</style>