Shades of Neon Blue #3E46E8
Tints of Neon Blue #3E46E8
RGB
CMYK
RGB Variations
Color information
#3E46E8 (or 0x3E46E8) is known color: Neon Blue. HEX triplet: 3E, 46 and E8. RGB value is (62,70,232). Sum of RGB (Red+Green+Blue) = 62+70+232=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 232 (91.02% from 255 or 63.74% from 364); Max value from RGB is 232 - color contains mainly: blue. Hex color #3E46E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E46E8 is #C1B917. Grayscale: #555555. Windows color (decimal): -12695832 or 15222334. OLE color: 15222334.
HSL color Cylindrical-coordinate representation of color #3E46E8: hue angle of 237.18º degrees, saturation: 0.79, 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 #3E46E8 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 70 | 232 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.09 |
| HSL | 237.18º | 0.79% | 0.58% | - |
| HSV(B) | 237.18º | 0.73% | 0.91% | - |
| XYZ | 18.74 | 11.23 | 77.52 | - |
| YUV | 86.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 232 | 0.73 | 0.70 | 0 | 0.09 | 237.18 | 0.79 | 0.58 |
| Hex | 3E | 46 | E8 | 49 | 46 | 0 | 9 | ED | 4F | 3A |
| Octal | 76 | 106 | 350 | 111 | 106 | 0 | 11 | 355 | 117 | 72 |
| Binary | 111110 | 1000110 | 11101000 | 1001001 | 1000110 | 0 | 1001 | 11101101 | 1001111 | 111010 |
Color Harmonies of #3E46E8
Complementary color
Monochromatic Colors of #3E46E8
Black with #3E46E8
Text Example
Text Example
White with #3E46E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E46E8; }
p { color: rgb(62,70,232); }
H1.HeaderClassName
{
color: #3E46E8;
}
.AnyTagClassName
{
color: #3E46E8;
}
</style>
background-color css
<style>
a { background-color: #3E46E8; }
a { background-color: rgb(62,70,232); }
div.DivClassName
{
background-color: #3E46E8;
}
.BgClassName
{
background-color: #3E46E8;
}
</style>
border-color css
<style>
span { border-color: #3E46E8; }
span { border-color: rgb(62,70,232); }
td.TdClassName
{
border-color: #3E46E8;
}
.TagClassName
{
border-color: #3E46E8;
}
</style>