Shades of Neon Blue #1949FA
Tints of Neon Blue #1949FA
RGB
CMYK
RGB Variations
Color information
#1949FA (or 0x1949FA) is known color: Neon Blue. HEX triplet: 19, 49 and FA. RGB value is (25,73,250). Sum of RGB (Red+Green+Blue) = 25+73+250=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #1949FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949FA is #E6B605. Grayscale: #4E4E4E. Windows color (decimal): -15119878 or 16402713. OLE color: 16402713.
HSL color Cylindrical-coordinate representation of color #1949FA: hue angle of 227.2º degrees, saturation: 0.96, 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 #1949FA is Cyan = 0.9, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 73 | 250 | - |
| CMYK | 0.9 | 0.71 | 0 | 0.02 |
| HSL | 227.2º | 0.96% | 0.54% | - |
| HSV(B) | 227.2º | 0.9% | 0.98% | - |
| XYZ | 20.04 | 11.87 | 91.68 | - |
| YUV | 78.83 | 224.6 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 250 | 0.9 | 0.71 | 0 | 0.02 | 227.2 | 0.96 | 0.54 |
| Hex | 19 | 49 | FA | 5A | 47 | 0 | 2 | E3 | 60 | 36 |
| Octal | 31 | 111 | 372 | 132 | 107 | 0 | 2 | 343 | 140 | 66 |
| Binary | 11001 | 1001001 | 11111010 | 1011010 | 1000111 | 0 | 10 | 11100011 | 1100000 | 110110 |
Color Harmonies of #1949FA
Complementary color
Monochromatic Colors of #1949FA
Black with #1949FA
Text Example
Text Example
White with #1949FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949FA; }
p { color: rgb(25,73,250); }
H1.HeaderClassName
{
color: #1949FA;
}
.AnyTagClassName
{
color: #1949FA;
}
</style>
background-color css
<style>
a { background-color: #1949FA; }
a { background-color: rgb(25,73,250); }
div.DivClassName
{
background-color: #1949FA;
}
.BgClassName
{
background-color: #1949FA;
}
</style>
border-color css
<style>
span { border-color: #1949FA; }
span { border-color: rgb(25,73,250); }
td.TdClassName
{
border-color: #1949FA;
}
.TagClassName
{
border-color: #1949FA;
}
</style>