Shades of Neon Blue #564EEF
Tints of Neon Blue #564EEF
RGB
CMYK
RGB Variations
Color information
#564EEF (or 0x564EEF) is known color: Neon Blue. HEX triplet: 56, 4E and EF. RGB value is (86,78,239). Sum of RGB (Red+Green+Blue) = 86+78+239=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #564EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564EEF is #A9B110. Grayscale: #626262. Windows color (decimal): -11120913 or 15683158. OLE color: 15683158.
HSL color Cylindrical-coordinate representation of color #564EEF: hue angle of 242.98º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564EEF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 78 | 239 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.06 |
| HSL | 242.98º | 0.83% | 0.62% | - |
| HSV(B) | 242.98º | 0.67% | 0.94% | - |
| XYZ | 22.14 | 13.66 | 83.13 | - |
| YUV | 98.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 239 | 0.64 | 0.67 | 0 | 0.06 | 242.98 | 0.83 | 0.62 |
| Hex | 56 | 4E | EF | 40 | 43 | 0 | 6 | F3 | 53 | 3E |
| Octal | 126 | 116 | 357 | 100 | 103 | 0 | 6 | 363 | 123 | 76 |
| Binary | 1010110 | 1001110 | 11101111 | 1000000 | 1000011 | 0 | 110 | 11110011 | 1010011 | 111110 |
Color Harmonies of #564EEF
Complementary color
Monochromatic Colors of #564EEF
Black with #564EEF
Text Example
Text Example
White with #564EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EEF; }
p { color: rgb(86,78,239); }
H1.HeaderClassName
{
color: #564EEF;
}
.AnyTagClassName
{
color: #564EEF;
}
</style>
background-color css
<style>
a { background-color: #564EEF; }
a { background-color: rgb(86,78,239); }
div.DivClassName
{
background-color: #564EEF;
}
.BgClassName
{
background-color: #564EEF;
}
</style>
border-color css
<style>
span { border-color: #564EEF; }
span { border-color: rgb(86,78,239); }
td.TdClassName
{
border-color: #564EEF;
}
.TagClassName
{
border-color: #564EEF;
}
</style>