Shades of Neon Blue #565BEA
Tints of Neon Blue #565BEA
RGB
CMYK
RGB Variations
Color information
#565BEA (or 0x565BEA) is known color: Neon Blue. HEX triplet: 56, 5B and EA. RGB value is (86,91,234). Sum of RGB (Red+Green+Blue) = 86+91+234=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #565BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BEA is #A9A415. Grayscale: #696969. Windows color (decimal): -11117590 or 15358806. OLE color: 15358806.
HSL color Cylindrical-coordinate representation of color #565BEA: hue angle of 237.97º degrees, saturation: 0.78, 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 #565BEA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 91 | 234 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.08 |
| HSL | 237.97º | 0.78% | 0.63% | - |
| HSV(B) | 237.97º | 0.63% | 0.92% | - |
| XYZ | 22.43 | 15.4 | 79.63 | - |
| YUV | 105.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 234 | 0.63 | 0.61 | 0 | 0.08 | 237.97 | 0.78 | 0.63 |
| Hex | 56 | 5B | EA | 3F | 3D | 0 | 8 | EE | 4E | 3F |
| Octal | 126 | 133 | 352 | 77 | 75 | 0 | 10 | 356 | 116 | 77 |
| Binary | 1010110 | 1011011 | 11101010 | 111111 | 111101 | 0 | 1000 | 11101110 | 1001110 | 111111 |
Color Harmonies of #565BEA
Complementary color
Monochromatic Colors of #565BEA
Black with #565BEA
Text Example
Text Example
White with #565BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BEA; }
p { color: rgb(86,91,234); }
H1.HeaderClassName
{
color: #565BEA;
}
.AnyTagClassName
{
color: #565BEA;
}
</style>
background-color css
<style>
a { background-color: #565BEA; }
a { background-color: rgb(86,91,234); }
div.DivClassName
{
background-color: #565BEA;
}
.BgClassName
{
background-color: #565BEA;
}
</style>
border-color css
<style>
span { border-color: #565BEA; }
span { border-color: rgb(86,91,234); }
td.TdClassName
{
border-color: #565BEA;
}
.TagClassName
{
border-color: #565BEA;
}
</style>