Shades of Neon Blue #564AED
Tints of Neon Blue #564AED
RGB
CMYK
RGB Variations
Color information
#564AED (or 0x564AED) is known color: Neon Blue. HEX triplet: 56, 4A and ED. RGB value is (86,74,237). Sum of RGB (Red+Green+Blue) = 86+74+237=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #564AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AED is #A9B512. Grayscale: #5F5F5F. Windows color (decimal): -11121939 or 15551062. OLE color: 15551062.
HSL color Cylindrical-coordinate representation of color #564AED: hue angle of 244.42º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564AED is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 74 | 237 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.07 |
| HSL | 244.42º | 0.82% | 0.61% | - |
| HSV(B) | 244.42º | 0.69% | 0.93% | - |
| XYZ | 21.57 | 12.99 | 81.49 | - |
| YUV | 96.17 | 207.48 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 237 | 0.64 | 0.69 | 0 | 0.07 | 244.42 | 0.82 | 0.61 |
| Hex | 56 | 4A | ED | 40 | 45 | 0 | 7 | F4 | 52 | 3D |
| Octal | 126 | 112 | 355 | 100 | 105 | 0 | 7 | 364 | 122 | 75 |
| Binary | 1010110 | 1001010 | 11101101 | 1000000 | 1000101 | 0 | 111 | 11110100 | 1010010 | 111101 |
Color Harmonies of #564AED
Complementary color
Monochromatic Colors of #564AED
Black with #564AED
Text Example
Text Example
White with #564AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AED; }
p { color: rgb(86,74,237); }
H1.HeaderClassName
{
color: #564AED;
}
.AnyTagClassName
{
color: #564AED;
}
</style>
background-color css
<style>
a { background-color: #564AED; }
a { background-color: rgb(86,74,237); }
div.DivClassName
{
background-color: #564AED;
}
.BgClassName
{
background-color: #564AED;
}
</style>
border-color css
<style>
span { border-color: #564AED; }
span { border-color: rgb(86,74,237); }
td.TdClassName
{
border-color: #564AED;
}
.TagClassName
{
border-color: #564AED;
}
</style>