Shades of Neon Blue #3E3AFF
Tints of Neon Blue #3E3AFF
RGB
CMYK
RGB Variations
Color information
#3E3AFF (or 0x3E3AFF) is known color: Neon Blue. HEX triplet: 3E, 3A and FF. RGB value is (62,58,255). Sum of RGB (Red+Green+Blue) = 62+58+255=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E3AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3AFF is #C1C500. Grayscale: #505050. Windows color (decimal): -12698881 or 16726590. OLE color: 16726590.
HSL color Cylindrical-coordinate representation of color #3E3AFF: hue angle of 241.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E3AFF is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 58 | 255 | - |
| CMYK | 0.76 | 0.77 | 0 | 0 |
| HSL | 241.22º | 1% | 0.61% | - |
| HSV(B) | 241.22º | 0.77% | 1% | - |
| XYZ | 21.55 | 11.27 | 95.65 | - |
| YUV | 81.65 | 225.83 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 255 | 0.76 | 0.77 | 0 | 0 | 241.22 | 1 | 0.61 |
| Hex | 3E | 3A | FF | 4C | 4D | 0 | 0 | F1 | 64 | 3D |
| Octal | 76 | 72 | 377 | 114 | 115 | 0 | 0 | 361 | 144 | 75 |
| Binary | 111110 | 111010 | 11111111 | 1001100 | 1001101 | 0 | 0 | 11110001 | 1100100 | 111101 |
Color Harmonies of #3E3AFF
Complementary color
Monochromatic Colors of #3E3AFF
Black with #3E3AFF
Text Example
Text Example
White with #3E3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3AFF; }
p { color: rgb(62,58,255); }
H1.HeaderClassName
{
color: #3E3AFF;
}
.AnyTagClassName
{
color: #3E3AFF;
}
</style>
background-color css
<style>
a { background-color: #3E3AFF; }
a { background-color: rgb(62,58,255); }
div.DivClassName
{
background-color: #3E3AFF;
}
.BgClassName
{
background-color: #3E3AFF;
}
</style>
border-color css
<style>
span { border-color: #3E3AFF; }
span { border-color: rgb(62,58,255); }
td.TdClassName
{
border-color: #3E3AFF;
}
.TagClassName
{
border-color: #3E3AFF;
}
</style>