Shades of Neon Blue #2140EE
Tints of Neon Blue #2140EE
RGB
CMYK
RGB Variations
Color information
#2140EE (or 0x2140EE) is known color: Neon Blue. HEX triplet: 21, 40 and EE. RGB value is (33,64,238). Sum of RGB (Red+Green+Blue) = 33+64+238=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #2140EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2140EE is #DEBF11. Grayscale: #494949. Windows color (decimal): -14597906 or 15613985. OLE color: 15613985.
HSL color Cylindrical-coordinate representation of color #2140EE: hue angle of 230.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2140EE is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 64 | 238 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 230.93º | 0.86% | 0.53% | - |
| HSV(B) | 230.93º | 0.86% | 0.93% | - |
| XYZ | 17.89 | 10.16 | 81.91 | - |
| YUV | 74.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 238 | 0.86 | 0.73 | 0 | 0.07 | 230.93 | 0.86 | 0.53 |
| Hex | 21 | 40 | EE | 56 | 49 | 0 | 7 | E7 | 56 | 35 |
| Octal | 41 | 100 | 356 | 126 | 111 | 0 | 7 | 347 | 126 | 65 |
| Binary | 100001 | 1000000 | 11101110 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010110 | 110101 |
Color Harmonies of #2140EE
Complementary color
Monochromatic Colors of #2140EE
Black with #2140EE
Text Example
Text Example
White with #2140EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140EE; }
p { color: rgb(33,64,238); }
H1.HeaderClassName
{
color: #2140EE;
}
.AnyTagClassName
{
color: #2140EE;
}
</style>
background-color css
<style>
a { background-color: #2140EE; }
a { background-color: rgb(33,64,238); }
div.DivClassName
{
background-color: #2140EE;
}
.BgClassName
{
background-color: #2140EE;
}
</style>
border-color css
<style>
span { border-color: #2140EE; }
span { border-color: rgb(33,64,238); }
td.TdClassName
{
border-color: #2140EE;
}
.TagClassName
{
border-color: #2140EE;
}
</style>