Shades of Neon Blue #3E32EB
Tints of Neon Blue #3E32EB
RGB
CMYK
RGB Variations
Color information
#3E32EB (or 0x3E32EB) is known color: Neon Blue. HEX triplet: 3E, 32 and EB. RGB value is (62,50,235). Sum of RGB (Red+Green+Blue) = 62+50+235=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E32EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E32EB is #C1CD14. Grayscale: #494949. Windows color (decimal): -12700949 or 15413822. OLE color: 15413822.
HSL color Cylindrical-coordinate representation of color #3E32EB: hue angle of 243.89º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E32EB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 50 | 235 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.08 |
| HSL | 243.89º | 0.82% | 0.56% | - |
| HSV(B) | 243.89º | 0.79% | 0.92% | - |
| XYZ | 18.12 | 9.3 | 79.44 | - |
| YUV | 74.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 235 | 0.74 | 0.79 | 0 | 0.08 | 243.89 | 0.82 | 0.56 |
| Hex | 3E | 32 | EB | 4A | 4F | 0 | 8 | F4 | 52 | 38 |
| Octal | 76 | 62 | 353 | 112 | 117 | 0 | 10 | 364 | 122 | 70 |
| Binary | 111110 | 110010 | 11101011 | 1001010 | 1001111 | 0 | 1000 | 11110100 | 1010010 | 111000 |
Color Harmonies of #3E32EB
Complementary color
Monochromatic Colors of #3E32EB
Black with #3E32EB
Text Example
Text Example
White with #3E32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32EB; }
p { color: rgb(62,50,235); }
H1.HeaderClassName
{
color: #3E32EB;
}
.AnyTagClassName
{
color: #3E32EB;
}
</style>
background-color css
<style>
a { background-color: #3E32EB; }
a { background-color: rgb(62,50,235); }
div.DivClassName
{
background-color: #3E32EB;
}
.BgClassName
{
background-color: #3E32EB;
}
</style>
border-color css
<style>
span { border-color: #3E32EB; }
span { border-color: rgb(62,50,235); }
td.TdClassName
{
border-color: #3E32EB;
}
.TagClassName
{
border-color: #3E32EB;
}
</style>