Shades of Neon Blue #564EEE
Tints of Neon Blue #564EEE
RGB
CMYK
RGB Variations
Color information
#564EEE (or 0x564EEE) is known color: Neon Blue. HEX triplet: 56, 4E and EE. RGB value is (86,78,238). Sum of RGB (Red+Green+Blue) = 86+78+238=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #564EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564EEE is #A9B111. Grayscale: #626262. Windows color (decimal): -11120914 or 15617622. OLE color: 15617622.
HSL color Cylindrical-coordinate representation of color #564EEE: hue angle of 243º 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 #564EEE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 78 | 238 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.07 |
| HSL | 243º | 0.82% | 0.62% | - |
| HSV(B) | 243º | 0.67% | 0.93% | - |
| XYZ | 21.99 | 13.6 | 82.35 | - |
| YUV | 98.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 238 | 0.64 | 0.67 | 0 | 0.07 | 243 | 0.82 | 0.62 |
| Hex | 56 | 4E | EE | 40 | 43 | 0 | 7 | F3 | 52 | 3E |
| Octal | 126 | 116 | 356 | 100 | 103 | 0 | 7 | 363 | 122 | 76 |
| Binary | 1010110 | 1001110 | 11101110 | 1000000 | 1000011 | 0 | 111 | 11110011 | 1010010 | 111110 |
Color Harmonies of #564EEE
Complementary color
Monochromatic Colors of #564EEE
Black with #564EEE
Text Example
Text Example
White with #564EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EEE; }
p { color: rgb(86,78,238); }
H1.HeaderClassName
{
color: #564EEE;
}
.AnyTagClassName
{
color: #564EEE;
}
</style>
background-color css
<style>
a { background-color: #564EEE; }
a { background-color: rgb(86,78,238); }
div.DivClassName
{
background-color: #564EEE;
}
.BgClassName
{
background-color: #564EEE;
}
</style>
border-color css
<style>
span { border-color: #564EEE; }
span { border-color: rgb(86,78,238); }
td.TdClassName
{
border-color: #564EEE;
}
.TagClassName
{
border-color: #564EEE;
}
</style>