Shades of Neon Blue #565CEF
Tints of Neon Blue #565CEF
RGB
CMYK
RGB Variations
Color information
#565CEF (or 0x565CEF) is known color: Neon Blue. HEX triplet: 56, 5C and EF. RGB value is (86,92,239). Sum of RGB (Red+Green+Blue) = 86+92+239=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #565CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565CEF is #A9A310. Grayscale: #6A6A6A. Windows color (decimal): -11117329 or 15686742. OLE color: 15686742.
HSL color Cylindrical-coordinate representation of color #565CEF: hue angle of 237.65º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565CEF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 92 | 239 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.06 |
| HSL | 237.65º | 0.83% | 0.64% | - |
| HSV(B) | 237.65º | 0.64% | 0.94% | - |
| XYZ | 23.24 | 15.86 | 83.5 | - |
| YUV | 106.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 239 | 0.64 | 0.62 | 0 | 0.06 | 237.65 | 0.83 | 0.64 |
| Hex | 56 | 5C | EF | 40 | 3E | 0 | 6 | EE | 53 | 40 |
| Octal | 126 | 134 | 357 | 100 | 76 | 0 | 6 | 356 | 123 | 100 |
| Binary | 1010110 | 1011100 | 11101111 | 1000000 | 111110 | 0 | 110 | 11101110 | 1010011 | 1000000 |
Color Harmonies of #565CEF
Complementary color
Monochromatic Colors of #565CEF
Black with #565CEF
Text Example
Text Example
White with #565CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CEF; }
p { color: rgb(86,92,239); }
H1.HeaderClassName
{
color: #565CEF;
}
.AnyTagClassName
{
color: #565CEF;
}
</style>
background-color css
<style>
a { background-color: #565CEF; }
a { background-color: rgb(86,92,239); }
div.DivClassName
{
background-color: #565CEF;
}
.BgClassName
{
background-color: #565CEF;
}
</style>
border-color css
<style>
span { border-color: #565CEF; }
span { border-color: rgb(86,92,239); }
td.TdClassName
{
border-color: #565CEF;
}
.TagClassName
{
border-color: #565CEF;
}
</style>