Shades of Neon Blue #4249EA
Tints of Neon Blue #4249EA
RGB
CMYK
RGB Variations
Color information
#4249EA (or 0x4249EA) is known color: Neon Blue. HEX triplet: 42, 49 and EA. RGB value is (66,73,234). Sum of RGB (Red+Green+Blue) = 66+73+234=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #4249EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249EA is #BDB615. Grayscale: #585858. Windows color (decimal): -12432918 or 15354178. OLE color: 15354178.
HSL color Cylindrical-coordinate representation of color #4249EA: hue angle of 237.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4249EA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 73 | 234 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.08 |
| HSL | 237.5º | 0.8% | 0.59% | - |
| HSV(B) | 237.5º | 0.72% | 0.92% | - |
| XYZ | 19.48 | 11.86 | 79.11 | - |
| YUV | 89.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 234 | 0.72 | 0.69 | 0 | 0.08 | 237.5 | 0.8 | 0.59 |
| Hex | 42 | 49 | EA | 48 | 45 | 0 | 8 | EE | 50 | 3B |
| Octal | 102 | 111 | 352 | 110 | 105 | 0 | 10 | 356 | 120 | 73 |
| Binary | 1000010 | 1001001 | 11101010 | 1001000 | 1000101 | 0 | 1000 | 11101110 | 1010000 | 111011 |
Color Harmonies of #4249EA
Complementary color
Monochromatic Colors of #4249EA
Black with #4249EA
Text Example
Text Example
White with #4249EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249EA; }
p { color: rgb(66,73,234); }
H1.HeaderClassName
{
color: #4249EA;
}
.AnyTagClassName
{
color: #4249EA;
}
</style>
background-color css
<style>
a { background-color: #4249EA; }
a { background-color: rgb(66,73,234); }
div.DivClassName
{
background-color: #4249EA;
}
.BgClassName
{
background-color: #4249EA;
}
</style>
border-color css
<style>
span { border-color: #4249EA; }
span { border-color: rgb(66,73,234); }
td.TdClassName
{
border-color: #4249EA;
}
.TagClassName
{
border-color: #4249EA;
}
</style>