Shades of Neon Blue #564AE9
Tints of Neon Blue #564AE9
RGB
CMYK
RGB Variations
Color information
#564AE9 (or 0x564AE9) is known color: Neon Blue. HEX triplet: 56, 4A and E9. RGB value is (86,74,233). Sum of RGB (Red+Green+Blue) = 86+74+233=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #564AE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AE9 is #A9B516. Grayscale: #5F5F5F. Windows color (decimal): -11121943 or 15288918. OLE color: 15288918.
HSL color Cylindrical-coordinate representation of color #564AE9: hue angle of 244.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564AE9 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 74 | 233 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.09 |
| HSL | 244.53º | 0.78% | 0.6% | - |
| HSV(B) | 244.53º | 0.68% | 0.91% | - |
| XYZ | 20.99 | 12.76 | 78.45 | - |
| YUV | 95.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 233 | 0.63 | 0.68 | 0 | 0.09 | 244.53 | 0.78 | 0.6 |
| Hex | 56 | 4A | E9 | 3F | 44 | 0 | 9 | F5 | 4E | 3C |
| Octal | 126 | 112 | 351 | 77 | 104 | 0 | 11 | 365 | 116 | 74 |
| Binary | 1010110 | 1001010 | 11101001 | 111111 | 1000100 | 0 | 1001 | 11110101 | 1001110 | 111100 |
Color Harmonies of #564AE9
Complementary color
Monochromatic Colors of #564AE9
Black with #564AE9
Text Example
Text Example
White with #564AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AE9; }
p { color: rgb(86,74,233); }
H1.HeaderClassName
{
color: #564AE9;
}
.AnyTagClassName
{
color: #564AE9;
}
</style>
background-color css
<style>
a { background-color: #564AE9; }
a { background-color: rgb(86,74,233); }
div.DivClassName
{
background-color: #564AE9;
}
.BgClassName
{
background-color: #564AE9;
}
</style>
border-color css
<style>
span { border-color: #564AE9; }
span { border-color: rgb(86,74,233); }
td.TdClassName
{
border-color: #564AE9;
}
.TagClassName
{
border-color: #564AE9;
}
</style>