Shades of Neon Blue #1949F9
Tints of Neon Blue #1949F9
RGB
CMYK
RGB Variations
Color information
#1949F9 (or 0x1949F9) is known color: Neon Blue. HEX triplet: 19, 49 and F9. RGB value is (25,73,249). Sum of RGB (Red+Green+Blue) = 25+73+249=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #1949F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949F9 is #E6B606. Grayscale: #4D4D4D. Windows color (decimal): -15119879 or 16337177. OLE color: 16337177.
HSL color Cylindrical-coordinate representation of color #1949F9: hue angle of 227.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1949F9 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 73 | 249 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.02 |
| HSL | 227.14º | 0.95% | 0.54% | - |
| HSV(B) | 227.14º | 0.9% | 0.98% | - |
| XYZ | 19.88 | 11.81 | 90.85 | - |
| YUV | 78.71 | 224.1 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 249 | 0.90 | 0.71 | 0 | 0.02 | 227.14 | 0.95 | 0.54 |
| Hex | 19 | 49 | F9 | 5A | 47 | 0 | 2 | E3 | 5F | 36 |
| Octal | 31 | 111 | 371 | 132 | 107 | 0 | 2 | 343 | 137 | 66 |
| Binary | 11001 | 1001001 | 11111001 | 1011010 | 1000111 | 0 | 10 | 11100011 | 1011111 | 110110 |
Color Harmonies of #1949F9
Complementary color
Monochromatic Colors of #1949F9
Black with #1949F9
Text Example
Text Example
White with #1949F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949F9; }
p { color: rgb(25,73,249); }
H1.HeaderClassName
{
color: #1949F9;
}
.AnyTagClassName
{
color: #1949F9;
}
</style>
background-color css
<style>
a { background-color: #1949F9; }
a { background-color: rgb(25,73,249); }
div.DivClassName
{
background-color: #1949F9;
}
.BgClassName
{
background-color: #1949F9;
}
</style>
border-color css
<style>
span { border-color: #1949F9; }
span { border-color: rgb(25,73,249); }
td.TdClassName
{
border-color: #1949F9;
}
.TagClassName
{
border-color: #1949F9;
}
</style>