Shades of Neon Blue #4542EC
Tints of Neon Blue #4542EC
RGB
CMYK
RGB Variations
Color information
#4542EC (or 0x4542EC) is known color: Neon Blue. HEX triplet: 45, 42 and EC. RGB value is (69,66,236). Sum of RGB (Red+Green+Blue) = 69+66+236=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #4542EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4542EC is #BABD13. Grayscale: #555555. Windows color (decimal): -12238100 or 15483461. OLE color: 15483461.
HSL color Cylindrical-coordinate representation of color #4542EC: hue angle of 241.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4542EC is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 66 | 236 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.07 |
| HSL | 241.06º | 0.82% | 0.59% | - |
| HSV(B) | 241.06º | 0.72% | 0.93% | - |
| XYZ | 19.54 | 11.22 | 80.49 | - |
| YUV | 86.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 236 | 0.71 | 0.72 | 0 | 0.07 | 241.06 | 0.82 | 0.59 |
| Hex | 45 | 42 | EC | 47 | 48 | 0 | 7 | F1 | 52 | 3B |
| Octal | 105 | 102 | 354 | 107 | 110 | 0 | 7 | 361 | 122 | 73 |
| Binary | 1000101 | 1000010 | 11101100 | 1000111 | 1001000 | 0 | 111 | 11110001 | 1010010 | 111011 |
Color Harmonies of #4542EC
Complementary color
Monochromatic Colors of #4542EC
Black with #4542EC
Text Example
Text Example
White with #4542EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4542EC; }
p { color: rgb(69,66,236); }
H1.HeaderClassName
{
color: #4542EC;
}
.AnyTagClassName
{
color: #4542EC;
}
</style>
background-color css
<style>
a { background-color: #4542EC; }
a { background-color: rgb(69,66,236); }
div.DivClassName
{
background-color: #4542EC;
}
.BgClassName
{
background-color: #4542EC;
}
</style>
border-color css
<style>
span { border-color: #4542EC; }
span { border-color: rgb(69,66,236); }
td.TdClassName
{
border-color: #4542EC;
}
.TagClassName
{
border-color: #4542EC;
}
</style>