Shades of Neon Blue #2144ED
Tints of Neon Blue #2144ED
RGB
CMYK
RGB Variations
Color information
#2144ED (or 0x2144ED) is known color: Neon Blue. HEX triplet: 21, 44 and ED. RGB value is (33,68,237). Sum of RGB (Red+Green+Blue) = 33+68+237=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #2144ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2144ED is #DEBB12. Grayscale: #4C4C4C. Windows color (decimal): -14596883 or 15549473. OLE color: 15549473.
HSL color Cylindrical-coordinate representation of color #2144ED: hue angle of 229.71º degrees, saturation: 0.85, 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 #2144ED is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 68 | 237 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.07 |
| HSL | 229.71º | 0.85% | 0.53% | - |
| HSV(B) | 229.71º | 0.86% | 0.93% | - |
| XYZ | 17.98 | 10.57 | 81.21 | - |
| YUV | 76.8 | 218.4 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 237 | 0.86 | 0.71 | 0 | 0.07 | 229.71 | 0.85 | 0.53 |
| Hex | 21 | 44 | ED | 56 | 47 | 0 | 7 | E6 | 55 | 35 |
| Octal | 41 | 104 | 355 | 126 | 107 | 0 | 7 | 346 | 125 | 65 |
| Binary | 100001 | 1000100 | 11101101 | 1010110 | 1000111 | 0 | 111 | 11100110 | 1010101 | 110101 |
Color Harmonies of #2144ED
Complementary color
Monochromatic Colors of #2144ED
Black with #2144ED
Text Example
Text Example
White with #2144ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144ED; }
p { color: rgb(33,68,237); }
H1.HeaderClassName
{
color: #2144ED;
}
.AnyTagClassName
{
color: #2144ED;
}
</style>
background-color css
<style>
a { background-color: #2144ED; }
a { background-color: rgb(33,68,237); }
div.DivClassName
{
background-color: #2144ED;
}
.BgClassName
{
background-color: #2144ED;
}
</style>
border-color css
<style>
span { border-color: #2144ED; }
span { border-color: rgb(33,68,237); }
td.TdClassName
{
border-color: #2144ED;
}
.TagClassName
{
border-color: #2144ED;
}
</style>