Shades of Neon Blue #2849F7
Tints of Neon Blue #2849F7
RGB
CMYK
RGB Variations
Color information
#2849F7 (or 0x2849F7) is known color: Neon Blue. HEX triplet: 28, 49 and F7. RGB value is (40,73,247). Sum of RGB (Red+Green+Blue) = 40+73+247=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #2849F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2849F7 is #D7B608. Grayscale: #525252. Windows color (decimal): -14136841 or 16206120. OLE color: 16206120.
HSL color Cylindrical-coordinate representation of color #2849F7: hue angle of 230.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2849F7 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 73 | 247 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.03 |
| HSL | 230.43º | 0.93% | 0.56% | - |
| HSV(B) | 230.43º | 0.84% | 0.97% | - |
| XYZ | 20.05 | 11.93 | 89.24 | - |
| YUV | 82.97 | 220.57 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 247 | 0.84 | 0.70 | 0 | 0.03 | 230.43 | 0.93 | 0.56 |
| Hex | 28 | 49 | F7 | 54 | 46 | 0 | 3 | E6 | 5D | 38 |
| Octal | 50 | 111 | 367 | 124 | 106 | 0 | 3 | 346 | 135 | 70 |
| Binary | 101000 | 1001001 | 11110111 | 1010100 | 1000110 | 0 | 11 | 11100110 | 1011101 | 111000 |
Color Harmonies of #2849F7
Complementary color
Monochromatic Colors of #2849F7
Black with #2849F7
Text Example
Text Example
White with #2849F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849F7; }
p { color: rgb(40,73,247); }
H1.HeaderClassName
{
color: #2849F7;
}
.AnyTagClassName
{
color: #2849F7;
}
</style>
background-color css
<style>
a { background-color: #2849F7; }
a { background-color: rgb(40,73,247); }
div.DivClassName
{
background-color: #2849F7;
}
.BgClassName
{
background-color: #2849F7;
}
</style>
border-color css
<style>
span { border-color: #2849F7; }
span { border-color: rgb(40,73,247); }
td.TdClassName
{
border-color: #2849F7;
}
.TagClassName
{
border-color: #2849F7;
}
</style>