Shades of Neon Blue #3E3BFF
Tints of Neon Blue #3E3BFF
RGB
CMYK
RGB Variations
Color information
#3E3BFF (or 0x3E3BFF) is known color: Neon Blue. HEX triplet: 3E, 3B and FF. RGB value is (62,59,255). Sum of RGB (Red+Green+Blue) = 62+59+255=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E3BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3BFF is #C1C400. Grayscale: #515151. Windows color (decimal): -12698625 or 16726846. OLE color: 16726846.
HSL color Cylindrical-coordinate representation of color #3E3BFF: hue angle of 240.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E3BFF is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 59 | 255 | - |
| CMYK | 0.76 | 0.77 | 0 | 0 |
| HSL | 240.92º | 1% | 0.62% | - |
| HSV(B) | 240.92º | 0.77% | 1% | - |
| XYZ | 21.6 | 11.37 | 95.66 | - |
| YUV | 82.24 | 225.49 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 255 | 0.76 | 0.77 | 0 | 0 | 240.92 | 1 | 0.62 |
| Hex | 3E | 3B | FF | 4C | 4D | 0 | 0 | F1 | 64 | 3E |
| Octal | 76 | 73 | 377 | 114 | 115 | 0 | 0 | 361 | 144 | 76 |
| Binary | 111110 | 111011 | 11111111 | 1001100 | 1001101 | 0 | 0 | 11110001 | 1100100 | 111110 |
Color Harmonies of #3E3BFF
Complementary color
Monochromatic Colors of #3E3BFF
Black with #3E3BFF
Text Example
Text Example
White with #3E3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BFF; }
p { color: rgb(62,59,255); }
H1.HeaderClassName
{
color: #3E3BFF;
}
.AnyTagClassName
{
color: #3E3BFF;
}
</style>
background-color css
<style>
a { background-color: #3E3BFF; }
a { background-color: rgb(62,59,255); }
div.DivClassName
{
background-color: #3E3BFF;
}
.BgClassName
{
background-color: #3E3BFF;
}
</style>
border-color css
<style>
span { border-color: #3E3BFF; }
span { border-color: rgb(62,59,255); }
td.TdClassName
{
border-color: #3E3BFF;
}
.TagClassName
{
border-color: #3E3BFF;
}
</style>