Shades of Neon Blue #565CED
Tints of Neon Blue #565CED
RGB
CMYK
RGB Variations
Color information
#565CED (or 0x565CED) is known color: Neon Blue. HEX triplet: 56, 5C and ED. RGB value is (86,92,237). Sum of RGB (Red+Green+Blue) = 86+92+237=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #565CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565CED is #A9A312. Grayscale: #6A6A6A. Windows color (decimal): -11117331 or 15555670. OLE color: 15555670.
HSL color Cylindrical-coordinate representation of color #565CED: hue angle of 237.62º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565CED is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 92 | 237 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.07 |
| HSL | 237.62º | 0.81% | 0.63% | - |
| HSV(B) | 237.62º | 0.64% | 0.93% | - |
| XYZ | 22.95 | 15.75 | 81.95 | - |
| YUV | 106.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 237 | 0.64 | 0.61 | 0 | 0.07 | 237.62 | 0.81 | 0.63 |
| Hex | 56 | 5C | ED | 40 | 3D | 0 | 7 | EE | 51 | 3F |
| Octal | 126 | 134 | 355 | 100 | 75 | 0 | 7 | 356 | 121 | 77 |
| Binary | 1010110 | 1011100 | 11101101 | 1000000 | 111101 | 0 | 111 | 11101110 | 1010001 | 111111 |
Color Harmonies of #565CED
Complementary color
Monochromatic Colors of #565CED
Black with #565CED
Text Example
Text Example
White with #565CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CED; }
p { color: rgb(86,92,237); }
H1.HeaderClassName
{
color: #565CED;
}
.AnyTagClassName
{
color: #565CED;
}
</style>
background-color css
<style>
a { background-color: #565CED; }
a { background-color: rgb(86,92,237); }
div.DivClassName
{
background-color: #565CED;
}
.BgClassName
{
background-color: #565CED;
}
</style>
border-color css
<style>
span { border-color: #565CED; }
span { border-color: rgb(86,92,237); }
td.TdClassName
{
border-color: #565CED;
}
.TagClassName
{
border-color: #565CED;
}
</style>