Shades of Neon Blue #3E49E9
Tints of Neon Blue #3E49E9
RGB
CMYK
RGB Variations
Color information
#3E49E9 (or 0x3E49E9) is known color: Neon Blue. HEX triplet: 3E, 49 and E9. RGB value is (62,73,233). Sum of RGB (Red+Green+Blue) = 62+73+233=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #3E49E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E49E9 is #C1B616. Grayscale: #575757. Windows color (decimal): -12695063 or 15288638. OLE color: 15288638.
HSL color Cylindrical-coordinate representation of color #3E49E9: hue angle of 236.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E49E9 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 73 | 233 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.09 |
| HSL | 236.14º | 0.8% | 0.58% | - |
| HSV(B) | 236.14º | 0.73% | 0.91% | - |
| XYZ | 19.08 | 11.67 | 78.34 | - |
| YUV | 87.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 233 | 0.73 | 0.69 | 0 | 0.09 | 236.14 | 0.8 | 0.58 |
| Hex | 3E | 49 | E9 | 49 | 45 | 0 | 9 | EC | 50 | 3A |
| Octal | 76 | 111 | 351 | 111 | 105 | 0 | 11 | 354 | 120 | 72 |
| Binary | 111110 | 1001001 | 11101001 | 1001001 | 1000101 | 0 | 1001 | 11101100 | 1010000 | 111010 |
Color Harmonies of #3E49E9
Complementary color
Monochromatic Colors of #3E49E9
Black with #3E49E9
Text Example
Text Example
White with #3E49E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E49E9; }
p { color: rgb(62,73,233); }
H1.HeaderClassName
{
color: #3E49E9;
}
.AnyTagClassName
{
color: #3E49E9;
}
</style>
background-color css
<style>
a { background-color: #3E49E9; }
a { background-color: rgb(62,73,233); }
div.DivClassName
{
background-color: #3E49E9;
}
.BgClassName
{
background-color: #3E49E9;
}
</style>
border-color css
<style>
span { border-color: #3E49E9; }
span { border-color: rgb(62,73,233); }
td.TdClassName
{
border-color: #3E49E9;
}
.TagClassName
{
border-color: #3E49E9;
}
</style>