Shades of Neon Blue #3E49FF
Tints of Neon Blue #3E49FF
RGB
CMYK
RGB Variations
Color information
#3E49FF (or 0x3E49FF) is known color: Neon Blue. HEX triplet: 3E, 49 and FF. RGB value is (62,73,255). Sum of RGB (Red+Green+Blue) = 62+73+255=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E49FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E49FF is #C1B600. Grayscale: #595959. Windows color (decimal): -12695041 or 16730430. OLE color: 16730430.
HSL color Cylindrical-coordinate representation of color #3E49FF: hue angle of 236.58º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E49FF is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 73 | 255 | - |
| CMYK | 0.76 | 0.71 | 0 | 0 |
| HSL | 236.58º | 1% | 0.62% | - |
| HSV(B) | 236.58º | 0.76% | 1% | - |
| XYZ | 22.42 | 13.01 | 95.94 | - |
| YUV | 90.46 | 220.86 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 255 | 0.76 | 0.71 | 0 | 0 | 236.58 | 1 | 0.62 |
| Hex | 3E | 49 | FF | 4C | 47 | 0 | 0 | ED | 64 | 3E |
| Octal | 76 | 111 | 377 | 114 | 107 | 0 | 0 | 355 | 144 | 76 |
| Binary | 111110 | 1001001 | 11111111 | 1001100 | 1000111 | 0 | 0 | 11101101 | 1100100 | 111110 |
Color Harmonies of #3E49FF
Complementary color
Monochromatic Colors of #3E49FF
Black with #3E49FF
Text Example
Text Example
White with #3E49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E49FF; }
p { color: rgb(62,73,255); }
H1.HeaderClassName
{
color: #3E49FF;
}
.AnyTagClassName
{
color: #3E49FF;
}
</style>
background-color css
<style>
a { background-color: #3E49FF; }
a { background-color: rgb(62,73,255); }
div.DivClassName
{
background-color: #3E49FF;
}
.BgClassName
{
background-color: #3E49FF;
}
</style>
border-color css
<style>
span { border-color: #3E49FF; }
span { border-color: rgb(62,73,255); }
td.TdClassName
{
border-color: #3E49FF;
}
.TagClassName
{
border-color: #3E49FF;
}
</style>