Shades of Neon Blue #3E4DEA
Tints of Neon Blue #3E4DEA
RGB
CMYK
RGB Variations
Color information
#3E4DEA (or 0x3E4DEA) is known color: Neon Blue. HEX triplet: 3E, 4D and EA. RGB value is (62,77,234). Sum of RGB (Red+Green+Blue) = 62+77+234=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E4DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E4DEA is #C1B215. Grayscale: #595959. Windows color (decimal): -12694038 or 15355198. OLE color: 15355198.
HSL color Cylindrical-coordinate representation of color #3E4DEA: hue angle of 234.77º degrees, saturation: 0.8, 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 #3E4DEA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 77 | 234 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.08 |
| HSL | 234.77º | 0.8% | 0.58% | - |
| HSV(B) | 234.77º | 0.74% | 0.92% | - |
| XYZ | 19.49 | 12.27 | 79.18 | - |
| YUV | 90.41 | 209.03 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 234 | 0.74 | 0.67 | 0 | 0.08 | 234.77 | 0.8 | 0.58 |
| Hex | 3E | 4D | EA | 4A | 43 | 0 | 8 | EB | 50 | 3A |
| Octal | 76 | 115 | 352 | 112 | 103 | 0 | 10 | 353 | 120 | 72 |
| Binary | 111110 | 1001101 | 11101010 | 1001010 | 1000011 | 0 | 1000 | 11101011 | 1010000 | 111010 |
Color Harmonies of #3E4DEA
Complementary color
Monochromatic Colors of #3E4DEA
Black with #3E4DEA
Text Example
Text Example
White with #3E4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DEA; }
p { color: rgb(62,77,234); }
H1.HeaderClassName
{
color: #3E4DEA;
}
.AnyTagClassName
{
color: #3E4DEA;
}
</style>
background-color css
<style>
a { background-color: #3E4DEA; }
a { background-color: rgb(62,77,234); }
div.DivClassName
{
background-color: #3E4DEA;
}
.BgClassName
{
background-color: #3E4DEA;
}
</style>
border-color css
<style>
span { border-color: #3E4DEA; }
span { border-color: rgb(62,77,234); }
td.TdClassName
{
border-color: #3E4DEA;
}
.TagClassName
{
border-color: #3E4DEA;
}
</style>