Shades of Neon Blue #2849FF
Tints of Neon Blue #2849FF
RGB
CMYK
RGB Variations
Color information
#2849FF (or 0x2849FF) is known color: Neon Blue. HEX triplet: 28, 49 and FF. RGB value is (40,73,255). Sum of RGB (Red+Green+Blue) = 40+73+255=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #2849FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2849FF is #D7B600. Grayscale: #535353. Windows color (decimal): -14136833 or 16730408. OLE color: 16730408.
HSL color Cylindrical-coordinate representation of color #2849FF: hue angle of 230.79º 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 #2849FF is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 73 | 255 | - |
| CMYK | 0.84 | 0.71 | 0 | 0 |
| HSL | 230.79º | 1% | 0.58% | - |
| HSV(B) | 230.79º | 0.84% | 1% | - |
| XYZ | 21.31 | 12.44 | 95.89 | - |
| YUV | 83.88 | 224.57 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 255 | 0.84 | 0.71 | 0 | 0 | 230.79 | 1 | 0.58 |
| Hex | 28 | 49 | FF | 54 | 47 | 0 | 0 | E7 | 64 | 3A |
| Octal | 50 | 111 | 377 | 124 | 107 | 0 | 0 | 347 | 144 | 72 |
| Binary | 101000 | 1001001 | 11111111 | 1010100 | 1000111 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #2849FF
Complementary color
Monochromatic Colors of #2849FF
Black with #2849FF
Text Example
Text Example
White with #2849FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849FF; }
p { color: rgb(40,73,255); }
H1.HeaderClassName
{
color: #2849FF;
}
.AnyTagClassName
{
color: #2849FF;
}
</style>
background-color css
<style>
a { background-color: #2849FF; }
a { background-color: rgb(40,73,255); }
div.DivClassName
{
background-color: #2849FF;
}
.BgClassName
{
background-color: #2849FF;
}
</style>
border-color css
<style>
span { border-color: #2849FF; }
span { border-color: rgb(40,73,255); }
td.TdClassName
{
border-color: #2849FF;
}
.TagClassName
{
border-color: #2849FF;
}
</style>