Shades of Neon Blue #3E44ED
Tints of Neon Blue #3E44ED
RGB
CMYK
RGB Variations
Color information
#3E44ED (or 0x3E44ED) is known color: Neon Blue. HEX triplet: 3E, 44 and ED. RGB value is (62,68,237). Sum of RGB (Red+Green+Blue) = 62+68+237=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E44ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E44ED is #C1BB12. Grayscale: #545454. Windows color (decimal): -12696339 or 15549502. OLE color: 15549502.
HSL color Cylindrical-coordinate representation of color #3E44ED: hue angle of 237.94º degrees, saturation: 0.83, 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 #3E44ED is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 68 | 237 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.07 |
| HSL | 237.94º | 0.83% | 0.59% | - |
| HSV(B) | 237.94º | 0.74% | 0.93% | - |
| XYZ | 19.34 | 11.27 | 81.28 | - |
| YUV | 85.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 237 | 0.74 | 0.71 | 0 | 0.07 | 237.94 | 0.83 | 0.59 |
| Hex | 3E | 44 | ED | 4A | 47 | 0 | 7 | EE | 53 | 3B |
| Octal | 76 | 104 | 355 | 112 | 107 | 0 | 7 | 356 | 123 | 73 |
| Binary | 111110 | 1000100 | 11101101 | 1001010 | 1000111 | 0 | 111 | 11101110 | 1010011 | 111011 |
Color Harmonies of #3E44ED
Complementary color
Monochromatic Colors of #3E44ED
Black with #3E44ED
Text Example
Text Example
White with #3E44ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E44ED; }
p { color: rgb(62,68,237); }
H1.HeaderClassName
{
color: #3E44ED;
}
.AnyTagClassName
{
color: #3E44ED;
}
</style>
background-color css
<style>
a { background-color: #3E44ED; }
a { background-color: rgb(62,68,237); }
div.DivClassName
{
background-color: #3E44ED;
}
.BgClassName
{
background-color: #3E44ED;
}
</style>
border-color css
<style>
span { border-color: #3E44ED; }
span { border-color: rgb(62,68,237); }
td.TdClassName
{
border-color: #3E44ED;
}
.TagClassName
{
border-color: #3E44ED;
}
</style>