Shades of Neon Blue #3E53EE
Tints of Neon Blue #3E53EE
RGB
CMYK
RGB Variations
Color information
#3E53EE (or 0x3E53EE) is known color: Neon Blue. HEX triplet: 3E, 53 and EE. RGB value is (62,83,238). Sum of RGB (Red+Green+Blue) = 62+83+238=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E53EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E53EE is #C1AC11. Grayscale: #5D5D5D. Windows color (decimal): -12692498 or 15618878. OLE color: 15618878.
HSL color Cylindrical-coordinate representation of color #3E53EE: hue angle of 232.84º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E53EE is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 83 | 238 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.07 |
| HSL | 232.84º | 0.84% | 0.59% | - |
| HSV(B) | 232.84º | 0.74% | 0.93% | - |
| XYZ | 20.51 | 13.38 | 82.39 | - |
| YUV | 94.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 238 | 0.74 | 0.65 | 0 | 0.07 | 232.84 | 0.84 | 0.59 |
| Hex | 3E | 53 | EE | 4A | 41 | 0 | 7 | E9 | 54 | 3B |
| Octal | 76 | 123 | 356 | 112 | 101 | 0 | 7 | 351 | 124 | 73 |
| Binary | 111110 | 1010011 | 11101110 | 1001010 | 1000001 | 0 | 111 | 11101001 | 1010100 | 111011 |
Color Harmonies of #3E53EE
Complementary color
Monochromatic Colors of #3E53EE
Black with #3E53EE
Text Example
Text Example
White with #3E53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E53EE; }
p { color: rgb(62,83,238); }
H1.HeaderClassName
{
color: #3E53EE;
}
.AnyTagClassName
{
color: #3E53EE;
}
</style>
background-color css
<style>
a { background-color: #3E53EE; }
a { background-color: rgb(62,83,238); }
div.DivClassName
{
background-color: #3E53EE;
}
.BgClassName
{
background-color: #3E53EE;
}
</style>
border-color css
<style>
span { border-color: #3E53EE; }
span { border-color: rgb(62,83,238); }
td.TdClassName
{
border-color: #3E53EE;
}
.TagClassName
{
border-color: #3E53EE;
}
</style>