Shades of Neon Blue #4049EA
Tints of Neon Blue #4049EA
RGB
CMYK
RGB Variations
Color information
#4049EA (or 0x4049EA) is known color: Neon Blue. HEX triplet: 40, 49 and EA. RGB value is (64,73,234). Sum of RGB (Red+Green+Blue) = 64+73+234=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #4049EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4049EA is #BFB615. Grayscale: #585858. Windows color (decimal): -12563990 or 15354176. OLE color: 15354176.
HSL color Cylindrical-coordinate representation of color #4049EA: hue angle of 236.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4049EA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 73 | 234 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.08 |
| HSL | 236.82º | 0.8% | 0.58% | - |
| HSV(B) | 236.82º | 0.73% | 0.92% | - |
| XYZ | 19.35 | 11.8 | 79.1 | - |
| YUV | 88.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 234 | 0.73 | 0.69 | 0 | 0.08 | 236.82 | 0.8 | 0.58 |
| Hex | 40 | 49 | EA | 49 | 45 | 0 | 8 | ED | 50 | 3A |
| Octal | 100 | 111 | 352 | 111 | 105 | 0 | 10 | 355 | 120 | 72 |
| Binary | 1000000 | 1001001 | 11101010 | 1001001 | 1000101 | 0 | 1000 | 11101101 | 1010000 | 111010 |
Color Harmonies of #4049EA
Complementary color
Monochromatic Colors of #4049EA
Black with #4049EA
Text Example
Text Example
White with #4049EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049EA; }
p { color: rgb(64,73,234); }
H1.HeaderClassName
{
color: #4049EA;
}
.AnyTagClassName
{
color: #4049EA;
}
</style>
background-color css
<style>
a { background-color: #4049EA; }
a { background-color: rgb(64,73,234); }
div.DivClassName
{
background-color: #4049EA;
}
.BgClassName
{
background-color: #4049EA;
}
</style>
border-color css
<style>
span { border-color: #4049EA; }
span { border-color: rgb(64,73,234); }
td.TdClassName
{
border-color: #4049EA;
}
.TagClassName
{
border-color: #4049EA;
}
</style>