Shades of Neon Blue #3E3BF1
Tints of Neon Blue #3E3BF1
RGB
CMYK
RGB Variations
Color information
#3E3BF1 (or 0x3E3BF1) is known color: Neon Blue. HEX triplet: 3E, 3B and F1. RGB value is (62,59,241). Sum of RGB (Red+Green+Blue) = 62+59+241=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E3BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3BF1 is #C1C40E. Grayscale: #4F4F4F. Windows color (decimal): -12698639 or 15809342. OLE color: 15809342.
HSL color Cylindrical-coordinate representation of color #3E3BF1: hue angle of 240.99º degrees, saturation: 0.87, 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 #3E3BF1 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 59 | 241 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.05 |
| HSL | 240.99º | 0.87% | 0.59% | - |
| HSV(B) | 240.99º | 0.76% | 0.95% | - |
| XYZ | 19.43 | 10.5 | 84.22 | - |
| YUV | 80.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 241 | 0.74 | 0.76 | 0 | 0.05 | 240.99 | 0.87 | 0.59 |
| Hex | 3E | 3B | F1 | 4A | 4C | 0 | 5 | F1 | 57 | 3B |
| Octal | 76 | 73 | 361 | 112 | 114 | 0 | 5 | 361 | 127 | 73 |
| Binary | 111110 | 111011 | 11110001 | 1001010 | 1001100 | 0 | 101 | 11110001 | 1010111 | 111011 |
Color Harmonies of #3E3BF1
Complementary color
Monochromatic Colors of #3E3BF1
Black with #3E3BF1
Text Example
Text Example
White with #3E3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BF1; }
p { color: rgb(62,59,241); }
H1.HeaderClassName
{
color: #3E3BF1;
}
.AnyTagClassName
{
color: #3E3BF1;
}
</style>
background-color css
<style>
a { background-color: #3E3BF1; }
a { background-color: rgb(62,59,241); }
div.DivClassName
{
background-color: #3E3BF1;
}
.BgClassName
{
background-color: #3E3BF1;
}
</style>
border-color css
<style>
span { border-color: #3E3BF1; }
span { border-color: rgb(62,59,241); }
td.TdClassName
{
border-color: #3E3BF1;
}
.TagClassName
{
border-color: #3E3BF1;
}
</style>