Shades of Neon Blue #4552EC
Tints of Neon Blue #4552EC
RGB
CMYK
RGB Variations
Color information
#4552EC (or 0x4552EC) is known color: Neon Blue. HEX triplet: 45, 52 and EC. RGB value is (69,82,236). Sum of RGB (Red+Green+Blue) = 69+82+236=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #4552EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4552EC is #BAAD13. Grayscale: #5F5F5F. Windows color (decimal): -12234004 or 15487557. OLE color: 15487557.
HSL color Cylindrical-coordinate representation of color #4552EC: hue angle of 235.33º degrees, saturation: 0.81, 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 #4552EC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 82 | 236 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.07 |
| HSL | 235.33º | 0.81% | 0.6% | - |
| HSV(B) | 235.33º | 0.71% | 0.93% | - |
| XYZ | 20.61 | 13.36 | 80.85 | - |
| YUV | 95.67 | 207.19 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 236 | 0.71 | 0.65 | 0 | 0.07 | 235.33 | 0.81 | 0.6 |
| Hex | 45 | 52 | EC | 47 | 41 | 0 | 7 | EB | 51 | 3C |
| Octal | 105 | 122 | 354 | 107 | 101 | 0 | 7 | 353 | 121 | 74 |
| Binary | 1000101 | 1010010 | 11101100 | 1000111 | 1000001 | 0 | 111 | 11101011 | 1010001 | 111100 |
Color Harmonies of #4552EC
Complementary color
Monochromatic Colors of #4552EC
Black with #4552EC
Text Example
Text Example
White with #4552EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552EC; }
p { color: rgb(69,82,236); }
H1.HeaderClassName
{
color: #4552EC;
}
.AnyTagClassName
{
color: #4552EC;
}
</style>
background-color css
<style>
a { background-color: #4552EC; }
a { background-color: rgb(69,82,236); }
div.DivClassName
{
background-color: #4552EC;
}
.BgClassName
{
background-color: #4552EC;
}
</style>
border-color css
<style>
span { border-color: #4552EC; }
span { border-color: rgb(69,82,236); }
td.TdClassName
{
border-color: #4552EC;
}
.TagClassName
{
border-color: #4552EC;
}
</style>