Shades of Neon Blue #564EED
Tints of Neon Blue #564EED
RGB
CMYK
RGB Variations
Color information
#564EED (or 0x564EED) is known color: Neon Blue. HEX triplet: 56, 4E and ED. RGB value is (86,78,237). Sum of RGB (Red+Green+Blue) = 86+78+237=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #564EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564EED is #A9B112. Grayscale: #616161. Windows color (decimal): -11120915 or 15552086. OLE color: 15552086.
HSL color Cylindrical-coordinate representation of color #564EED: hue angle of 243.02º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564EED is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 78 | 237 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.07 |
| HSL | 243.02º | 0.82% | 0.62% | - |
| HSV(B) | 243.02º | 0.67% | 0.93% | - |
| XYZ | 21.85 | 13.54 | 81.58 | - |
| YUV | 98.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 237 | 0.64 | 0.67 | 0 | 0.07 | 243.02 | 0.82 | 0.62 |
| Hex | 56 | 4E | ED | 40 | 43 | 0 | 7 | F3 | 52 | 3E |
| Octal | 126 | 116 | 355 | 100 | 103 | 0 | 7 | 363 | 122 | 76 |
| Binary | 1010110 | 1001110 | 11101101 | 1000000 | 1000011 | 0 | 111 | 11110011 | 1010010 | 111110 |
Color Harmonies of #564EED
Complementary color
Monochromatic Colors of #564EED
Black with #564EED
Text Example
Text Example
White with #564EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EED; }
p { color: rgb(86,78,237); }
H1.HeaderClassName
{
color: #564EED;
}
.AnyTagClassName
{
color: #564EED;
}
</style>
background-color css
<style>
a { background-color: #564EED; }
a { background-color: rgb(86,78,237); }
div.DivClassName
{
background-color: #564EED;
}
.BgClassName
{
background-color: #564EED;
}
</style>
border-color css
<style>
span { border-color: #564EED; }
span { border-color: rgb(86,78,237); }
td.TdClassName
{
border-color: #564EED;
}
.TagClassName
{
border-color: #564EED;
}
</style>