Shades of Neon Blue #3E3AF3
Tints of Neon Blue #3E3AF3
RGB
CMYK
RGB Variations
Color information
#3E3AF3 (or 0x3E3AF3) is known color: Neon Blue. HEX triplet: 3E, 3A and F3. RGB value is (62,58,243). Sum of RGB (Red+Green+Blue) = 62+58+243=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #3E3AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3AF3 is #C1C50C. Grayscale: #4F4F4F. Windows color (decimal): -12698893 or 15940158. OLE color: 15940158.
HSL color Cylindrical-coordinate representation of color #3E3AF3: hue angle of 241.3º degrees, saturation: 0.89, 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 #3E3AF3 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 58 | 243 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.05 |
| HSL | 241.3º | 0.89% | 0.59% | - |
| HSV(B) | 241.3º | 0.76% | 0.95% | - |
| XYZ | 19.68 | 10.52 | 85.79 | - |
| YUV | 80.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 243 | 0.74 | 0.76 | 0 | 0.05 | 241.3 | 0.89 | 0.59 |
| Hex | 3E | 3A | F3 | 4A | 4C | 0 | 5 | F1 | 59 | 3B |
| Octal | 76 | 72 | 363 | 112 | 114 | 0 | 5 | 361 | 131 | 73 |
| Binary | 111110 | 111010 | 11110011 | 1001010 | 1001100 | 0 | 101 | 11110001 | 1011001 | 111011 |
Color Harmonies of #3E3AF3
Complementary color
Monochromatic Colors of #3E3AF3
Black with #3E3AF3
Text Example
Text Example
White with #3E3AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3AF3; }
p { color: rgb(62,58,243); }
H1.HeaderClassName
{
color: #3E3AF3;
}
.AnyTagClassName
{
color: #3E3AF3;
}
</style>
background-color css
<style>
a { background-color: #3E3AF3; }
a { background-color: rgb(62,58,243); }
div.DivClassName
{
background-color: #3E3AF3;
}
.BgClassName
{
background-color: #3E3AF3;
}
</style>
border-color css
<style>
span { border-color: #3E3AF3; }
span { border-color: rgb(62,58,243); }
td.TdClassName
{
border-color: #3E3AF3;
}
.TagClassName
{
border-color: #3E3AF3;
}
</style>