Shades of Neon Blue #564CEC
Tints of Neon Blue #564CEC
RGB
CMYK
RGB Variations
Color information
#564CEC (or 0x564CEC) is known color: Neon Blue. HEX triplet: 56, 4C and EC. RGB value is (86,76,236). Sum of RGB (Red+Green+Blue) = 86+76+236=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #564CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CEC is #A9B313. Grayscale: #606060. Windows color (decimal): -11121428 or 15486038. OLE color: 15486038.
HSL color Cylindrical-coordinate representation of color #564CEC: hue angle of 243.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564CEC is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 76 | 236 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.07 |
| HSL | 243.75º | 0.81% | 0.61% | - |
| HSV(B) | 243.75º | 0.68% | 0.93% | - |
| XYZ | 21.56 | 13.2 | 80.77 | - |
| YUV | 97.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 236 | 0.64 | 0.68 | 0 | 0.07 | 243.75 | 0.81 | 0.61 |
| Hex | 56 | 4C | EC | 40 | 44 | 0 | 7 | F4 | 51 | 3D |
| Octal | 126 | 114 | 354 | 100 | 104 | 0 | 7 | 364 | 121 | 75 |
| Binary | 1010110 | 1001100 | 11101100 | 1000000 | 1000100 | 0 | 111 | 11110100 | 1010001 | 111101 |
Color Harmonies of #564CEC
Complementary color
Monochromatic Colors of #564CEC
Black with #564CEC
Text Example
Text Example
White with #564CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CEC; }
p { color: rgb(86,76,236); }
H1.HeaderClassName
{
color: #564CEC;
}
.AnyTagClassName
{
color: #564CEC;
}
</style>
background-color css
<style>
a { background-color: #564CEC; }
a { background-color: rgb(86,76,236); }
div.DivClassName
{
background-color: #564CEC;
}
.BgClassName
{
background-color: #564CEC;
}
</style>
border-color css
<style>
span { border-color: #564CEC; }
span { border-color: rgb(86,76,236); }
td.TdClassName
{
border-color: #564CEC;
}
.TagClassName
{
border-color: #564CEC;
}
</style>