Shades of Neon Blue #564FEC
Tints of Neon Blue #564FEC
RGB
CMYK
RGB Variations
Color information
#564FEC (or 0x564FEC) is known color: Neon Blue. HEX triplet: 56, 4F and EC. RGB value is (86,79,236). Sum of RGB (Red+Green+Blue) = 86+79+236=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #564FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FEC is #A9B013. Grayscale: #626262. Windows color (decimal): -11120660 or 15486806. OLE color: 15486806.
HSL color Cylindrical-coordinate representation of color #564FEC: hue angle of 242.68º degrees, saturation: 0.81, 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 #564FEC is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 79 | 236 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.07 |
| HSL | 242.68º | 0.81% | 0.62% | - |
| HSV(B) | 242.68º | 0.67% | 0.93% | - |
| XYZ | 21.77 | 13.63 | 80.84 | - |
| YUV | 98.99 | 205.32 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 236 | 0.64 | 0.67 | 0 | 0.07 | 242.68 | 0.81 | 0.62 |
| Hex | 56 | 4F | EC | 40 | 43 | 0 | 7 | F3 | 51 | 3E |
| Octal | 126 | 117 | 354 | 100 | 103 | 0 | 7 | 363 | 121 | 76 |
| Binary | 1010110 | 1001111 | 11101100 | 1000000 | 1000011 | 0 | 111 | 11110011 | 1010001 | 111110 |
Color Harmonies of #564FEC
Complementary color
Monochromatic Colors of #564FEC
Black with #564FEC
Text Example
Text Example
White with #564FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FEC; }
p { color: rgb(86,79,236); }
H1.HeaderClassName
{
color: #564FEC;
}
.AnyTagClassName
{
color: #564FEC;
}
</style>
background-color css
<style>
a { background-color: #564FEC; }
a { background-color: rgb(86,79,236); }
div.DivClassName
{
background-color: #564FEC;
}
.BgClassName
{
background-color: #564FEC;
}
</style>
border-color css
<style>
span { border-color: #564FEC; }
span { border-color: rgb(86,79,236); }
td.TdClassName
{
border-color: #564FEC;
}
.TagClassName
{
border-color: #564FEC;
}
</style>