Shades of Neon Blue #3E3BF2
Tints of Neon Blue #3E3BF2
RGB
CMYK
RGB Variations
Color information
#3E3BF2 (or 0x3E3BF2) is known color: Neon Blue. HEX triplet: 3E, 3B and F2. RGB value is (62,59,242). Sum of RGB (Red+Green+Blue) = 62+59+242=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 242 (94.92% from 255 or 66.67% from 363); Max value from RGB is 242 - color contains mainly: blue. Hex color #3E3BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3BF2 is #C1C40D. Grayscale: #505050. Windows color (decimal): -12698638 or 15874878. OLE color: 15874878.
HSL color Cylindrical-coordinate representation of color #3E3BF2: hue angle of 240.98º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E3BF2 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 59 | 242 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.05 |
| HSL | 240.98º | 0.88% | 0.59% | - |
| HSV(B) | 240.98º | 0.76% | 0.95% | - |
| XYZ | 19.58 | 10.56 | 85.01 | - |
| YUV | 80.76 | 218.99 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 242 | 0.74 | 0.76 | 0 | 0.05 | 240.98 | 0.88 | 0.59 |
| Hex | 3E | 3B | F2 | 4A | 4C | 0 | 5 | F1 | 58 | 3B |
| Octal | 76 | 73 | 362 | 112 | 114 | 0 | 5 | 361 | 130 | 73 |
| Binary | 111110 | 111011 | 11110010 | 1001010 | 1001100 | 0 | 101 | 11110001 | 1011000 | 111011 |
Color Harmonies of #3E3BF2
Complementary color
Monochromatic Colors of #3E3BF2
Black with #3E3BF2
Text Example
Text Example
White with #3E3BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BF2; }
p { color: rgb(62,59,242); }
H1.HeaderClassName
{
color: #3E3BF2;
}
.AnyTagClassName
{
color: #3E3BF2;
}
</style>
background-color css
<style>
a { background-color: #3E3BF2; }
a { background-color: rgb(62,59,242); }
div.DivClassName
{
background-color: #3E3BF2;
}
.BgClassName
{
background-color: #3E3BF2;
}
</style>
border-color css
<style>
span { border-color: #3E3BF2; }
span { border-color: rgb(62,59,242); }
td.TdClassName
{
border-color: #3E3BF2;
}
.TagClassName
{
border-color: #3E3BF2;
}
</style>