Shades of Neon Blue #4544EC
Tints of Neon Blue #4544EC
RGB
CMYK
RGB Variations
Color information
#4544EC (or 0x4544EC) is known color: Neon Blue. HEX triplet: 45, 44 and EC. RGB value is (69,68,236). Sum of RGB (Red+Green+Blue) = 69+68+236=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #4544EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4544EC is #BABB13. Grayscale: #565656. Windows color (decimal): -12237588 or 15483973. OLE color: 15483973.
HSL color Cylindrical-coordinate representation of color #4544EC: hue angle of 240.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4544EC is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 68 | 236 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.07 |
| HSL | 240.36º | 0.82% | 0.6% | - |
| HSV(B) | 240.36º | 0.71% | 0.93% | - |
| XYZ | 19.66 | 11.46 | 80.53 | - |
| YUV | 87.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 236 | 0.71 | 0.71 | 0 | 0.07 | 240.36 | 0.82 | 0.6 |
| Hex | 45 | 44 | EC | 47 | 47 | 0 | 7 | F0 | 52 | 3C |
| Octal | 105 | 104 | 354 | 107 | 107 | 0 | 7 | 360 | 122 | 74 |
| Binary | 1000101 | 1000100 | 11101100 | 1000111 | 1000111 | 0 | 111 | 11110000 | 1010010 | 111100 |
Color Harmonies of #4544EC
Complementary color
Monochromatic Colors of #4544EC
Black with #4544EC
Text Example
Text Example
White with #4544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4544EC; }
p { color: rgb(69,68,236); }
H1.HeaderClassName
{
color: #4544EC;
}
.AnyTagClassName
{
color: #4544EC;
}
</style>
background-color css
<style>
a { background-color: #4544EC; }
a { background-color: rgb(69,68,236); }
div.DivClassName
{
background-color: #4544EC;
}
.BgClassName
{
background-color: #4544EC;
}
</style>
border-color css
<style>
span { border-color: #4544EC; }
span { border-color: rgb(69,68,236); }
td.TdClassName
{
border-color: #4544EC;
}
.TagClassName
{
border-color: #4544EC;
}
</style>