Shades of Neon Blue #4249EC
Tints of Neon Blue #4249EC
RGB
CMYK
RGB Variations
Color information
#4249EC (or 0x4249EC) is known color: Neon Blue. HEX triplet: 42, 49 and EC. RGB value is (66,73,236). Sum of RGB (Red+Green+Blue) = 66+73+236=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #4249EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249EC is #BDB613. Grayscale: #585858. Windows color (decimal): -12432916 or 15485250. OLE color: 15485250.
HSL color Cylindrical-coordinate representation of color #4249EC: hue angle of 237.53º 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 #4249EC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 73 | 236 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.07 |
| HSL | 237.53º | 0.82% | 0.59% | - |
| HSV(B) | 237.53º | 0.72% | 0.93% | - |
| XYZ | 19.77 | 11.98 | 80.63 | - |
| YUV | 89.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 236 | 0.72 | 0.69 | 0 | 0.07 | 237.53 | 0.82 | 0.59 |
| Hex | 42 | 49 | EC | 48 | 45 | 0 | 7 | EE | 52 | 3B |
| Octal | 102 | 111 | 354 | 110 | 105 | 0 | 7 | 356 | 122 | 73 |
| Binary | 1000010 | 1001001 | 11101100 | 1001000 | 1000101 | 0 | 111 | 11101110 | 1010010 | 111011 |
Color Harmonies of #4249EC
Complementary color
Monochromatic Colors of #4249EC
Black with #4249EC
Text Example
Text Example
White with #4249EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249EC; }
p { color: rgb(66,73,236); }
H1.HeaderClassName
{
color: #4249EC;
}
.AnyTagClassName
{
color: #4249EC;
}
</style>
background-color css
<style>
a { background-color: #4249EC; }
a { background-color: rgb(66,73,236); }
div.DivClassName
{
background-color: #4249EC;
}
.BgClassName
{
background-color: #4249EC;
}
</style>
border-color css
<style>
span { border-color: #4249EC; }
span { border-color: rgb(66,73,236); }
td.TdClassName
{
border-color: #4249EC;
}
.TagClassName
{
border-color: #4249EC;
}
</style>