Shades of Neon Blue #3E44EA
Tints of Neon Blue #3E44EA
RGB
CMYK
RGB Variations
Color information
#3E44EA (or 0x3E44EA) is known color: Neon Blue. HEX triplet: 3E, 44 and EA. RGB value is (62,68,234). Sum of RGB (Red+Green+Blue) = 62+68+234=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E44EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E44EA is #C1BB15. Grayscale: #545454. Windows color (decimal): -12696342 or 15352894. OLE color: 15352894.
HSL color Cylindrical-coordinate representation of color #3E44EA: hue angle of 237.91º 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 #3E44EA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 68 | 234 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.08 |
| HSL | 237.91º | 0.8% | 0.58% | - |
| HSV(B) | 237.91º | 0.74% | 0.92% | - |
| XYZ | 18.91 | 11.1 | 78.99 | - |
| YUV | 85.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 234 | 0.74 | 0.71 | 0 | 0.08 | 237.91 | 0.8 | 0.58 |
| Hex | 3E | 44 | EA | 4A | 47 | 0 | 8 | EE | 50 | 3A |
| Octal | 76 | 104 | 352 | 112 | 107 | 0 | 10 | 356 | 120 | 72 |
| Binary | 111110 | 1000100 | 11101010 | 1001010 | 1000111 | 0 | 1000 | 11101110 | 1010000 | 111010 |
Color Harmonies of #3E44EA
Complementary color
Monochromatic Colors of #3E44EA
Black with #3E44EA
Text Example
Text Example
White with #3E44EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E44EA; }
p { color: rgb(62,68,234); }
H1.HeaderClassName
{
color: #3E44EA;
}
.AnyTagClassName
{
color: #3E44EA;
}
</style>
background-color css
<style>
a { background-color: #3E44EA; }
a { background-color: rgb(62,68,234); }
div.DivClassName
{
background-color: #3E44EA;
}
.BgClassName
{
background-color: #3E44EA;
}
</style>
border-color css
<style>
span { border-color: #3E44EA; }
span { border-color: rgb(62,68,234); }
td.TdClassName
{
border-color: #3E44EA;
}
.TagClassName
{
border-color: #3E44EA;
}
</style>