Shades of Neon Blue #2844ED
Tints of Neon Blue #2844ED
RGB
CMYK
RGB Variations
Color information
#2844ED (or 0x2844ED) is known color: Neon Blue. HEX triplet: 28, 44 and ED. RGB value is (40,68,237). Sum of RGB (Red+Green+Blue) = 40+68+237=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #2844ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2844ED is #D7BB12. Grayscale: #4E4E4E. Windows color (decimal): -14138131 or 15549480. OLE color: 15549480.
HSL color Cylindrical-coordinate representation of color #2844ED: hue angle of 231.47º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2844ED is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 68 | 237 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.07 |
| HSL | 231.47º | 0.85% | 0.54% | - |
| HSV(B) | 231.47º | 0.83% | 0.93% | - |
| XYZ | 18.23 | 10.7 | 81.23 | - |
| YUV | 78.89 | 217.22 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 237 | 0.83 | 0.71 | 0 | 0.07 | 231.47 | 0.85 | 0.54 |
| Hex | 28 | 44 | ED | 53 | 47 | 0 | 7 | E7 | 55 | 36 |
| Octal | 50 | 104 | 355 | 123 | 107 | 0 | 7 | 347 | 125 | 66 |
| Binary | 101000 | 1000100 | 11101101 | 1010011 | 1000111 | 0 | 111 | 11100111 | 1010101 | 110110 |
Color Harmonies of #2844ED
Complementary color
Monochromatic Colors of #2844ED
Black with #2844ED
Text Example
Text Example
White with #2844ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844ED; }
p { color: rgb(40,68,237); }
H1.HeaderClassName
{
color: #2844ED;
}
.AnyTagClassName
{
color: #2844ED;
}
</style>
background-color css
<style>
a { background-color: #2844ED; }
a { background-color: rgb(40,68,237); }
div.DivClassName
{
background-color: #2844ED;
}
.BgClassName
{
background-color: #2844ED;
}
</style>
border-color css
<style>
span { border-color: #2844ED; }
span { border-color: rgb(40,68,237); }
td.TdClassName
{
border-color: #2844ED;
}
.TagClassName
{
border-color: #2844ED;
}
</style>