Shades of Neon Blue #3E4EEA
Tints of Neon Blue #3E4EEA
RGB
CMYK
RGB Variations
Color information
#3E4EEA (or 0x3E4EEA) is known color: Neon Blue. HEX triplet: 3E, 4E and EA. RGB value is (62,78,234). Sum of RGB (Red+Green+Blue) = 62+78+234=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E4EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E4EEA is #C1B115. Grayscale: #5A5A5A. Windows color (decimal): -12693782 or 15355454. OLE color: 15355454.
HSL color Cylindrical-coordinate representation of color #3E4EEA: hue angle of 234.42º 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 #3E4EEA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 78 | 234 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.08 |
| HSL | 234.42º | 0.8% | 0.58% | - |
| HSV(B) | 234.42º | 0.74% | 0.92% | - |
| XYZ | 19.56 | 12.41 | 79.21 | - |
| YUV | 91 | 208.7 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 234 | 0.74 | 0.67 | 0 | 0.08 | 234.42 | 0.8 | 0.58 |
| Hex | 3E | 4E | EA | 4A | 43 | 0 | 8 | EA | 50 | 3A |
| Octal | 76 | 116 | 352 | 112 | 103 | 0 | 10 | 352 | 120 | 72 |
| Binary | 111110 | 1001110 | 11101010 | 1001010 | 1000011 | 0 | 1000 | 11101010 | 1010000 | 111010 |
Color Harmonies of #3E4EEA
Complementary color
Monochromatic Colors of #3E4EEA
Black with #3E4EEA
Text Example
Text Example
White with #3E4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4EEA; }
p { color: rgb(62,78,234); }
H1.HeaderClassName
{
color: #3E4EEA;
}
.AnyTagClassName
{
color: #3E4EEA;
}
</style>
background-color css
<style>
a { background-color: #3E4EEA; }
a { background-color: rgb(62,78,234); }
div.DivClassName
{
background-color: #3E4EEA;
}
.BgClassName
{
background-color: #3E4EEA;
}
</style>
border-color css
<style>
span { border-color: #3E4EEA; }
span { border-color: rgb(62,78,234); }
td.TdClassName
{
border-color: #3E4EEA;
}
.TagClassName
{
border-color: #3E4EEA;
}
</style>