Shades of Neon Blue #3E3ADF
Tints of Neon Blue #3E3ADF
RGB
CMYK
RGB Variations
Color information
#3E3ADF (or 0x3E3ADF) is known color: Neon Blue. HEX triplet: 3E, 3A and DF. RGB value is (62,58,223). Sum of RGB (Red+Green+Blue) = 62+58+223=343 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.08% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E3ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3ADF is #C1C520. Grayscale: #4D4D4D. Windows color (decimal): -12698913 or 14629438. OLE color: 14629438.
HSL color Cylindrical-coordinate representation of color #3E3ADF: hue angle of 241.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E3ADF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 58 | 223 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.13 |
| HSL | 241.45º | 0.72% | 0.55% | - |
| HSV(B) | 241.45º | 0.74% | 0.87% | - |
| XYZ | 16.82 | 9.38 | 70.74 | - |
| YUV | 78.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 223 | 0.72 | 0.74 | 0 | 0.13 | 241.45 | 0.72 | 0.55 |
| Hex | 3E | 3A | DF | 48 | 4A | 0 | D | F1 | 48 | 37 |
| Octal | 76 | 72 | 337 | 110 | 112 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111110 | 111010 | 11011111 | 1001000 | 1001010 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3E3ADF
Complementary color
Monochromatic Colors of #3E3ADF
Black with #3E3ADF
Text Example
Text Example
White with #3E3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3ADF; }
p { color: rgb(62,58,223); }
H1.HeaderClassName
{
color: #3E3ADF;
}
.AnyTagClassName
{
color: #3E3ADF;
}
</style>
background-color css
<style>
a { background-color: #3E3ADF; }
a { background-color: rgb(62,58,223); }
div.DivClassName
{
background-color: #3E3ADF;
}
.BgClassName
{
background-color: #3E3ADF;
}
</style>
border-color css
<style>
span { border-color: #3E3ADF; }
span { border-color: rgb(62,58,223); }
td.TdClassName
{
border-color: #3E3ADF;
}
.TagClassName
{
border-color: #3E3ADF;
}
</style>