Shades of Neon Blue #3E2FFF
Tints of Neon Blue #3E2FFF
RGB
CMYK
RGB Variations
Color information
#3E2FFF (or 0x3E2FFF) is known color: Neon Blue. HEX triplet: 3E, 2F and FF. RGB value is (62,47,255). Sum of RGB (Red+Green+Blue) = 62+47+255=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E2FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2FFF is #C1D000. Grayscale: #4A4A4A. Windows color (decimal): -12701697 or 16723774. OLE color: 16723774.
HSL color Cylindrical-coordinate representation of color #3E2FFF: hue angle of 244.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E2FFF is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 47 | 255 | - |
| CMYK | 0.76 | 0.82 | 0 | 0 |
| HSL | 244.33º | 1% | 0.59% | - |
| HSV(B) | 244.33º | 0.82% | 1% | - |
| XYZ | 21.05 | 10.28 | 95.48 | - |
| YUV | 75.2 | 229.47 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 255 | 0.76 | 0.82 | 0 | 0 | 244.33 | 1 | 0.59 |
| Hex | 3E | 2F | FF | 4C | 52 | 0 | 0 | F4 | 64 | 3B |
| Octal | 76 | 57 | 377 | 114 | 122 | 0 | 0 | 364 | 144 | 73 |
| Binary | 111110 | 101111 | 11111111 | 1001100 | 1010010 | 0 | 0 | 11110100 | 1100100 | 111011 |
Color Harmonies of #3E2FFF
Complementary color
Monochromatic Colors of #3E2FFF
Black with #3E2FFF
Text Example
Text Example
White with #3E2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2FFF; }
p { color: rgb(62,47,255); }
H1.HeaderClassName
{
color: #3E2FFF;
}
.AnyTagClassName
{
color: #3E2FFF;
}
</style>
background-color css
<style>
a { background-color: #3E2FFF; }
a { background-color: rgb(62,47,255); }
div.DivClassName
{
background-color: #3E2FFF;
}
.BgClassName
{
background-color: #3E2FFF;
}
</style>
border-color css
<style>
span { border-color: #3E2FFF; }
span { border-color: rgb(62,47,255); }
td.TdClassName
{
border-color: #3E2FFF;
}
.TagClassName
{
border-color: #3E2FFF;
}
</style>