Shades of Neon Blue #3E3BFE
Tints of Neon Blue #3E3BFE
RGB
CMYK
RGB Variations
Color information
#3E3BFE (or 0x3E3BFE) is known color: Neon Blue. HEX triplet: 3E, 3B and FE. RGB value is (62,59,254). Sum of RGB (Red+Green+Blue) = 62+59+254=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E3BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3BFE is #C1C401. Grayscale: #515151. Windows color (decimal): -12698626 or 16661310. OLE color: 16661310.
HSL color Cylindrical-coordinate representation of color #3E3BFE: hue angle of 240.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E3BFE is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 59 | 254 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.00 |
| HSL | 240.92º | 0.99% | 0.61% | - |
| HSV(B) | 240.92º | 0.77% | 1% | - |
| XYZ | 21.44 | 11.31 | 94.82 | - |
| YUV | 82.13 | 224.99 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 254 | 0.76 | 0.77 | 0 | 0.00 | 240.92 | 0.99 | 0.61 |
| Hex | 3E | 3B | FE | 4C | 4D | 0 | 0 | F1 | 63 | 3D |
| Octal | 76 | 73 | 376 | 114 | 115 | 0 | 0 | 361 | 143 | 75 |
| Binary | 111110 | 111011 | 11111110 | 1001100 | 1001101 | 0 | 0 | 11110001 | 1100011 | 111101 |
Color Harmonies of #3E3BFE
Complementary color
Monochromatic Colors of #3E3BFE
Black with #3E3BFE
Text Example
Text Example
White with #3E3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BFE; }
p { color: rgb(62,59,254); }
H1.HeaderClassName
{
color: #3E3BFE;
}
.AnyTagClassName
{
color: #3E3BFE;
}
</style>
background-color css
<style>
a { background-color: #3E3BFE; }
a { background-color: rgb(62,59,254); }
div.DivClassName
{
background-color: #3E3BFE;
}
.BgClassName
{
background-color: #3E3BFE;
}
</style>
border-color css
<style>
span { border-color: #3E3BFE; }
span { border-color: rgb(62,59,254); }
td.TdClassName
{
border-color: #3E3BFE;
}
.TagClassName
{
border-color: #3E3BFE;
}
</style>