Shades of Neon Blue #2848FF
Tints of Neon Blue #2848FF
RGB
CMYK
RGB Variations
Color information
#2848FF (or 0x2848FF) is known color: Neon Blue. HEX triplet: 28, 48 and FF. RGB value is (40,72,255). Sum of RGB (Red+Green+Blue) = 40+72+255=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #2848FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2848FF is #D7B700. Grayscale: #525252. Windows color (decimal): -14137089 or 16730152. OLE color: 16730152.
HSL color Cylindrical-coordinate representation of color #2848FF: hue angle of 231.07º 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 #2848FF is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 72 | 255 | - |
| CMYK | 0.84 | 0.72 | 0 | 0 |
| HSL | 231.07º | 1% | 0.58% | - |
| HSV(B) | 231.07º | 0.84% | 1% | - |
| XYZ | 21.24 | 12.31 | 95.86 | - |
| YUV | 83.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 255 | 0.84 | 0.72 | 0 | 0 | 231.07 | 1 | 0.58 |
| Hex | 28 | 48 | FF | 54 | 48 | 0 | 0 | E7 | 64 | 3A |
| Octal | 50 | 110 | 377 | 124 | 110 | 0 | 0 | 347 | 144 | 72 |
| Binary | 101000 | 1001000 | 11111111 | 1010100 | 1001000 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #2848FF
Complementary color
Monochromatic Colors of #2848FF
Black with #2848FF
Text Example
Text Example
White with #2848FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2848FF; }
p { color: rgb(40,72,255); }
H1.HeaderClassName
{
color: #2848FF;
}
.AnyTagClassName
{
color: #2848FF;
}
</style>
background-color css
<style>
a { background-color: #2848FF; }
a { background-color: rgb(40,72,255); }
div.DivClassName
{
background-color: #2848FF;
}
.BgClassName
{
background-color: #2848FF;
}
</style>
border-color css
<style>
span { border-color: #2848FF; }
span { border-color: rgb(40,72,255); }
td.TdClassName
{
border-color: #2848FF;
}
.TagClassName
{
border-color: #2848FF;
}
</style>