Shades of Neon Blue #564EE8
Tints of Neon Blue #564EE8
RGB
CMYK
RGB Variations
Color information
#564EE8 (or 0x564EE8) is known color: Neon Blue. HEX triplet: 56, 4E and E8. RGB value is (86,78,232). Sum of RGB (Red+Green+Blue) = 86+78+232=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #564EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564EE8 is #A9B117. Grayscale: #616161. Windows color (decimal): -11120920 or 15224406. OLE color: 15224406.
HSL color Cylindrical-coordinate representation of color #564EE8: hue angle of 243.12º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564EE8 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 78 | 232 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.09 |
| HSL | 243.12º | 0.77% | 0.61% | - |
| HSV(B) | 243.12º | 0.66% | 0.91% | - |
| XYZ | 21.13 | 13.25 | 77.79 | - |
| YUV | 97.95 | 203.65 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 232 | 0.63 | 0.66 | 0 | 0.09 | 243.12 | 0.77 | 0.61 |
| Hex | 56 | 4E | E8 | 3F | 42 | 0 | 9 | F3 | 4D | 3D |
| Octal | 126 | 116 | 350 | 77 | 102 | 0 | 11 | 363 | 115 | 75 |
| Binary | 1010110 | 1001110 | 11101000 | 111111 | 1000010 | 0 | 1001 | 11110011 | 1001101 | 111101 |
Color Harmonies of #564EE8
Complementary color
Monochromatic Colors of #564EE8
Black with #564EE8
Text Example
Text Example
White with #564EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EE8; }
p { color: rgb(86,78,232); }
H1.HeaderClassName
{
color: #564EE8;
}
.AnyTagClassName
{
color: #564EE8;
}
</style>
background-color css
<style>
a { background-color: #564EE8; }
a { background-color: rgb(86,78,232); }
div.DivClassName
{
background-color: #564EE8;
}
.BgClassName
{
background-color: #564EE8;
}
</style>
border-color css
<style>
span { border-color: #564EE8; }
span { border-color: rgb(86,78,232); }
td.TdClassName
{
border-color: #564EE8;
}
.TagClassName
{
border-color: #564EE8;
}
</style>