Shades of Neon Blue #2844FF
Tints of Neon Blue #2844FF
RGB
CMYK
RGB Variations
Color information
#2844FF (or 0x2844FF) is known color: Neon Blue. HEX triplet: 28, 44 and FF. RGB value is (40,68,255). Sum of RGB (Red+Green+Blue) = 40+68+255=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #2844FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2844FF is #D7BB00. Grayscale: #505050. Windows color (decimal): -14138113 or 16729128. OLE color: 16729128.
HSL color Cylindrical-coordinate representation of color #2844FF: hue angle of 232.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2844FF is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 68 | 255 | - |
| CMYK | 0.84 | 0.73 | 0 | 0 |
| HSL | 232.19º | 1% | 0.58% | - |
| HSV(B) | 232.19º | 0.84% | 1% | - |
| XYZ | 20.99 | 11.81 | 95.78 | - |
| YUV | 80.95 | 226.22 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 255 | 0.84 | 0.73 | 0 | 0 | 232.19 | 1 | 0.58 |
| Hex | 28 | 44 | FF | 54 | 49 | 0 | 0 | E8 | 64 | 3A |
| Octal | 50 | 104 | 377 | 124 | 111 | 0 | 0 | 350 | 144 | 72 |
| Binary | 101000 | 1000100 | 11111111 | 1010100 | 1001001 | 0 | 0 | 11101000 | 1100100 | 111010 |
Color Harmonies of #2844FF
Complementary color
Monochromatic Colors of #2844FF
Black with #2844FF
Text Example
Text Example
White with #2844FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844FF; }
p { color: rgb(40,68,255); }
H1.HeaderClassName
{
color: #2844FF;
}
.AnyTagClassName
{
color: #2844FF;
}
</style>
background-color css
<style>
a { background-color: #2844FF; }
a { background-color: rgb(40,68,255); }
div.DivClassName
{
background-color: #2844FF;
}
.BgClassName
{
background-color: #2844FF;
}
</style>
border-color css
<style>
span { border-color: #2844FF; }
span { border-color: rgb(40,68,255); }
td.TdClassName
{
border-color: #2844FF;
}
.TagClassName
{
border-color: #2844FF;
}
</style>