Shades of Neon Blue #3E3FEA
Tints of Neon Blue #3E3FEA
RGB
CMYK
RGB Variations
Color information
#3E3FEA (or 0x3E3FEA) is known color: Neon Blue. HEX triplet: 3E, 3F and EA. RGB value is (62,63,234). Sum of RGB (Red+Green+Blue) = 62+63+234=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E3FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3FEA is #C1C015. Grayscale: #515151. Windows color (decimal): -12697622 or 15351614. OLE color: 15351614.
HSL color Cylindrical-coordinate representation of color #3E3FEA: hue angle of 239.65º 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 #3E3FEA is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 63 | 234 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.08 |
| HSL | 239.65º | 0.8% | 0.58% | - |
| HSV(B) | 239.65º | 0.74% | 0.92% | - |
| XYZ | 18.62 | 10.52 | 78.89 | - |
| YUV | 82.2 | 213.67 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 234 | 0.74 | 0.73 | 0 | 0.08 | 239.65 | 0.8 | 0.58 |
| Hex | 3E | 3F | EA | 4A | 49 | 0 | 8 | F0 | 50 | 3A |
| Octal | 76 | 77 | 352 | 112 | 111 | 0 | 10 | 360 | 120 | 72 |
| Binary | 111110 | 111111 | 11101010 | 1001010 | 1001001 | 0 | 1000 | 11110000 | 1010000 | 111010 |
Color Harmonies of #3E3FEA
Complementary color
Monochromatic Colors of #3E3FEA
Black with #3E3FEA
Text Example
Text Example
White with #3E3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3FEA; }
p { color: rgb(62,63,234); }
H1.HeaderClassName
{
color: #3E3FEA;
}
.AnyTagClassName
{
color: #3E3FEA;
}
</style>
background-color css
<style>
a { background-color: #3E3FEA; }
a { background-color: rgb(62,63,234); }
div.DivClassName
{
background-color: #3E3FEA;
}
.BgClassName
{
background-color: #3E3FEA;
}
</style>
border-color css
<style>
span { border-color: #3E3FEA; }
span { border-color: rgb(62,63,234); }
td.TdClassName
{
border-color: #3E3FEA;
}
.TagClassName
{
border-color: #3E3FEA;
}
</style>