Shades of Neon Blue #3940EE
Tints of Neon Blue #3940EE
RGB
CMYK
RGB Variations
Color information
#3940EE (or 0x3940EE) is known color: Neon Blue. HEX triplet: 39, 40 and EE. RGB value is (57,64,238). Sum of RGB (Red+Green+Blue) = 57+64+238=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #3940EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3940EE is #C6BF11. Grayscale: #515151. Windows color (decimal): -13025042 or 15614009. OLE color: 15614009.
HSL color Cylindrical-coordinate representation of color #3940EE: hue angle of 237.68º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3940EE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 64 | 238 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.07 |
| HSL | 237.68º | 0.84% | 0.58% | - |
| HSV(B) | 237.68º | 0.76% | 0.93% | - |
| XYZ | 18.95 | 10.71 | 81.96 | - |
| YUV | 81.74 | 216.18 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 238 | 0.76 | 0.73 | 0 | 0.07 | 237.68 | 0.84 | 0.58 |
| Hex | 39 | 40 | EE | 4C | 49 | 0 | 7 | EE | 54 | 3A |
| Octal | 71 | 100 | 356 | 114 | 111 | 0 | 7 | 356 | 124 | 72 |
| Binary | 111001 | 1000000 | 11101110 | 1001100 | 1001001 | 0 | 111 | 11101110 | 1010100 | 111010 |
Color Harmonies of #3940EE
Complementary color
Monochromatic Colors of #3940EE
Black with #3940EE
Text Example
Text Example
White with #3940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940EE; }
p { color: rgb(57,64,238); }
H1.HeaderClassName
{
color: #3940EE;
}
.AnyTagClassName
{
color: #3940EE;
}
</style>
background-color css
<style>
a { background-color: #3940EE; }
a { background-color: rgb(57,64,238); }
div.DivClassName
{
background-color: #3940EE;
}
.BgClassName
{
background-color: #3940EE;
}
</style>
border-color css
<style>
span { border-color: #3940EE; }
span { border-color: rgb(57,64,238); }
td.TdClassName
{
border-color: #3940EE;
}
.TagClassName
{
border-color: #3940EE;
}
</style>