Shades of Neon Blue #564EE5
Tints of Neon Blue #564EE5
RGB
CMYK
RGB Variations
Color information
#564EE5 (or 0x564EE5) is known color: Neon Blue. HEX triplet: 56, 4E and E5. RGB value is (86,78,229). Sum of RGB (Red+Green+Blue) = 86+78+229=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #564EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EE5 is #A9B11A. Grayscale: #616161. Windows color (decimal): -11120923 or 15027798. OLE color: 15027798.
HSL color Cylindrical-coordinate representation of color #564EE5: hue angle of 243.18º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564EE5 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 78 | 229 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.10 |
| HSL | 243.18º | 0.74% | 0.6% | - |
| HSV(B) | 243.18º | 0.66% | 0.9% | - |
| XYZ | 20.71 | 13.08 | 75.56 | - |
| YUV | 97.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 229 | 0.62 | 0.66 | 0 | 0.10 | 243.18 | 0.74 | 0.6 |
| Hex | 56 | 4E | E5 | 3E | 42 | 0 | A | F3 | 4A | 3C |
| Octal | 126 | 116 | 345 | 76 | 102 | 0 | 12 | 363 | 112 | 74 |
| Binary | 1010110 | 1001110 | 11100101 | 111110 | 1000010 | 0 | 1010 | 11110011 | 1001010 | 111100 |
Color Harmonies of #564EE5
Complementary color
Monochromatic Colors of #564EE5
Black with #564EE5
Text Example
Text Example
White with #564EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EE5; }
p { color: rgb(86,78,229); }
H1.HeaderClassName
{
color: #564EE5;
}
.AnyTagClassName
{
color: #564EE5;
}
</style>
background-color css
<style>
a { background-color: #564EE5; }
a { background-color: rgb(86,78,229); }
div.DivClassName
{
background-color: #564EE5;
}
.BgClassName
{
background-color: #564EE5;
}
</style>
border-color css
<style>
span { border-color: #564EE5; }
span { border-color: rgb(86,78,229); }
td.TdClassName
{
border-color: #564EE5;
}
.TagClassName
{
border-color: #564EE5;
}
</style>