Shades of Neon Blue #3E31F1
Tints of Neon Blue #3E31F1
RGB
CMYK
RGB Variations
Color information
#3E31F1 (or 0x3E31F1) is known color: Neon Blue. HEX triplet: 3E, 31 and F1. RGB value is (62,49,241). Sum of RGB (Red+Green+Blue) = 62+49+241=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E31F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E31F1 is #C1CE0E. Grayscale: #4A4A4A. Windows color (decimal): -12701199 or 15806782. OLE color: 15806782.
HSL color Cylindrical-coordinate representation of color #3E31F1: hue angle of 244.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E31F1 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 49 | 241 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.05 |
| HSL | 244.06º | 0.87% | 0.57% | - |
| HSV(B) | 244.06º | 0.8% | 0.95% | - |
| XYZ | 18.96 | 9.57 | 84.07 | - |
| YUV | 74.78 | 221.81 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 241 | 0.74 | 0.80 | 0 | 0.05 | 244.06 | 0.87 | 0.57 |
| Hex | 3E | 31 | F1 | 4A | 50 | 0 | 5 | F4 | 57 | 39 |
| Octal | 76 | 61 | 361 | 112 | 120 | 0 | 5 | 364 | 127 | 71 |
| Binary | 111110 | 110001 | 11110001 | 1001010 | 1010000 | 0 | 101 | 11110100 | 1010111 | 111001 |
Color Harmonies of #3E31F1
Complementary color
Monochromatic Colors of #3E31F1
Black with #3E31F1
Text Example
Text Example
White with #3E31F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E31F1; }
p { color: rgb(62,49,241); }
H1.HeaderClassName
{
color: #3E31F1;
}
.AnyTagClassName
{
color: #3E31F1;
}
</style>
background-color css
<style>
a { background-color: #3E31F1; }
a { background-color: rgb(62,49,241); }
div.DivClassName
{
background-color: #3E31F1;
}
.BgClassName
{
background-color: #3E31F1;
}
</style>
border-color css
<style>
span { border-color: #3E31F1; }
span { border-color: rgb(62,49,241); }
td.TdClassName
{
border-color: #3E31F1;
}
.TagClassName
{
border-color: #3E31F1;
}
</style>