Shades of Neon Blue #564AE1
Tints of Neon Blue #564AE1
RGB
CMYK
RGB Variations
Color information
#564AE1 (or 0x564AE1) is known color: Neon Blue. HEX triplet: 56, 4A and E1. RGB value is (86,74,225). Sum of RGB (Red+Green+Blue) = 86+74+225=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #564AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564AE1 is #A9B51E. Grayscale: #5E5E5E. Windows color (decimal): -11121951 or 14764630. OLE color: 14764630.
HSL color Cylindrical-coordinate representation of color #564AE1: hue angle of 244.77º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564AE1 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 74 | 225 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.12 |
| HSL | 244.77º | 0.72% | 0.59% | - |
| HSV(B) | 244.77º | 0.67% | 0.88% | - |
| XYZ | 19.88 | 12.31 | 72.56 | - |
| YUV | 94.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 225 | 0.62 | 0.67 | 0 | 0.12 | 244.77 | 0.72 | 0.59 |
| Hex | 56 | 4A | E1 | 3E | 43 | 0 | C | F5 | 48 | 3B |
| Octal | 126 | 112 | 341 | 76 | 103 | 0 | 14 | 365 | 110 | 73 |
| Binary | 1010110 | 1001010 | 11100001 | 111110 | 1000011 | 0 | 1100 | 11110101 | 1001000 | 111011 |
Color Harmonies of #564AE1
Complementary color
Monochromatic Colors of #564AE1
Black with #564AE1
Text Example
Text Example
White with #564AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AE1; }
p { color: rgb(86,74,225); }
H1.HeaderClassName
{
color: #564AE1;
}
.AnyTagClassName
{
color: #564AE1;
}
</style>
background-color css
<style>
a { background-color: #564AE1; }
a { background-color: rgb(86,74,225); }
div.DivClassName
{
background-color: #564AE1;
}
.BgClassName
{
background-color: #564AE1;
}
</style>
border-color css
<style>
span { border-color: #564AE1; }
span { border-color: rgb(86,74,225); }
td.TdClassName
{
border-color: #564AE1;
}
.TagClassName
{
border-color: #564AE1;
}
</style>