Shades of Neon Blue #3E40EB
Tints of Neon Blue #3E40EB
RGB
CMYK
RGB Variations
Color information
#3E40EB (or 0x3E40EB) is known color: Neon Blue. HEX triplet: 3E, 40 and EB. RGB value is (62,64,235). Sum of RGB (Red+Green+Blue) = 62+64+235=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E40EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E40EB is #C1BF14. Grayscale: #525252. Windows color (decimal): -12697365 or 15417406. OLE color: 15417406.
HSL color Cylindrical-coordinate representation of color #3E40EB: hue angle of 239.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E40EB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 64 | 235 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.08 |
| HSL | 239.31º | 0.81% | 0.58% | - |
| HSV(B) | 239.31º | 0.74% | 0.92% | - |
| XYZ | 18.82 | 10.69 | 79.67 | - |
| YUV | 82.9 | 213.84 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 235 | 0.74 | 0.73 | 0 | 0.08 | 239.31 | 0.81 | 0.58 |
| Hex | 3E | 40 | EB | 4A | 49 | 0 | 8 | EF | 51 | 3A |
| Octal | 76 | 100 | 353 | 112 | 111 | 0 | 10 | 357 | 121 | 72 |
| Binary | 111110 | 1000000 | 11101011 | 1001010 | 1001001 | 0 | 1000 | 11101111 | 1010001 | 111010 |
Color Harmonies of #3E40EB
Complementary color
Monochromatic Colors of #3E40EB
Black with #3E40EB
Text Example
Text Example
White with #3E40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40EB; }
p { color: rgb(62,64,235); }
H1.HeaderClassName
{
color: #3E40EB;
}
.AnyTagClassName
{
color: #3E40EB;
}
</style>
background-color css
<style>
a { background-color: #3E40EB; }
a { background-color: rgb(62,64,235); }
div.DivClassName
{
background-color: #3E40EB;
}
.BgClassName
{
background-color: #3E40EB;
}
</style>
border-color css
<style>
span { border-color: #3E40EB; }
span { border-color: rgb(62,64,235); }
td.TdClassName
{
border-color: #3E40EB;
}
.TagClassName
{
border-color: #3E40EB;
}
</style>