Shades of Neon Blue #3E48E7
Tints of Neon Blue #3E48E7
RGB
CMYK
RGB Variations
Color information
#3E48E7 (or 0x3E48E7) is known color: Neon Blue. HEX triplet: 3E, 48 and E7. RGB value is (62,72,231). Sum of RGB (Red+Green+Blue) = 62+72+231=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #3E48E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E48E7 is #C1B718. Grayscale: #565656. Windows color (decimal): -12695321 or 15157310. OLE color: 15157310.
HSL color Cylindrical-coordinate representation of color #3E48E7: hue angle of 236.45º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E48E7 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 72 | 231 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.09 |
| HSL | 236.45º | 0.78% | 0.57% | - |
| HSV(B) | 236.45º | 0.73% | 0.91% | - |
| XYZ | 18.73 | 11.43 | 76.82 | - |
| YUV | 87.14 | 209.19 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 231 | 0.73 | 0.69 | 0 | 0.09 | 236.45 | 0.78 | 0.57 |
| Hex | 3E | 48 | E7 | 49 | 45 | 0 | 9 | EC | 4E | 39 |
| Octal | 76 | 110 | 347 | 111 | 105 | 0 | 11 | 354 | 116 | 71 |
| Binary | 111110 | 1001000 | 11100111 | 1001001 | 1000101 | 0 | 1001 | 11101100 | 1001110 | 111001 |
Color Harmonies of #3E48E7
Complementary color
Monochromatic Colors of #3E48E7
Black with #3E48E7
Text Example
Text Example
White with #3E48E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E48E7; }
p { color: rgb(62,72,231); }
H1.HeaderClassName
{
color: #3E48E7;
}
.AnyTagClassName
{
color: #3E48E7;
}
</style>
background-color css
<style>
a { background-color: #3E48E7; }
a { background-color: rgb(62,72,231); }
div.DivClassName
{
background-color: #3E48E7;
}
.BgClassName
{
background-color: #3E48E7;
}
</style>
border-color css
<style>
span { border-color: #3E48E7; }
span { border-color: rgb(62,72,231); }
td.TdClassName
{
border-color: #3E48E7;
}
.TagClassName
{
border-color: #3E48E7;
}
</style>