Shades of Neon Blue #3E3BE0
Tints of Neon Blue #3E3BE0
RGB
CMYK
RGB Variations
Color information
#3E3BE0 (or 0x3E3BE0) is known color: Neon Blue. HEX triplet: 3E, 3B and E0. RGB value is (62,59,224). Sum of RGB (Red+Green+Blue) = 62+59+224=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E3BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3BE0 is #C1C41F. Grayscale: #4E4E4E. Windows color (decimal): -12698656 or 14695230. OLE color: 14695230.
HSL color Cylindrical-coordinate representation of color #3E3BE0: hue angle of 241.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E3BE0 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 59 | 224 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.12 |
| HSL | 241.09º | 0.73% | 0.55% | - |
| HSV(B) | 241.09º | 0.74% | 0.88% | - |
| XYZ | 17.01 | 9.53 | 71.46 | - |
| YUV | 78.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 224 | 0.72 | 0.74 | 0 | 0.12 | 241.09 | 0.73 | 0.55 |
| Hex | 3E | 3B | E0 | 48 | 4A | 0 | C | F1 | 49 | 37 |
| Octal | 76 | 73 | 340 | 110 | 112 | 0 | 14 | 361 | 111 | 67 |
| Binary | 111110 | 111011 | 11100000 | 1001000 | 1001010 | 0 | 1100 | 11110001 | 1001001 | 110111 |
Color Harmonies of #3E3BE0
Complementary color
Monochromatic Colors of #3E3BE0
Black with #3E3BE0
Text Example
Text Example
White with #3E3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BE0; }
p { color: rgb(62,59,224); }
H1.HeaderClassName
{
color: #3E3BE0;
}
.AnyTagClassName
{
color: #3E3BE0;
}
</style>
background-color css
<style>
a { background-color: #3E3BE0; }
a { background-color: rgb(62,59,224); }
div.DivClassName
{
background-color: #3E3BE0;
}
.BgClassName
{
background-color: #3E3BE0;
}
</style>
border-color css
<style>
span { border-color: #3E3BE0; }
span { border-color: rgb(62,59,224); }
td.TdClassName
{
border-color: #3E3BE0;
}
.TagClassName
{
border-color: #3E3BE0;
}
</style>