Shades of Neon Blue #1949FB
Tints of Neon Blue #1949FB
RGB
CMYK
RGB Variations
Color information
#1949FB (or 0x1949FB) is known color: Neon Blue. HEX triplet: 19, 49 and FB. RGB value is (25,73,251). Sum of RGB (Red+Green+Blue) = 25+73+251=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #1949FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1949FB is #E6B604. Grayscale: #4E4E4E. Windows color (decimal): -15119877 or 16468249. OLE color: 16468249.
HSL color Cylindrical-coordinate representation of color #1949FB: hue angle of 227.26º degrees, saturation: 0.97, 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 #1949FB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 73 | 251 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.02 |
| HSL | 227.26º | 0.97% | 0.54% | - |
| HSV(B) | 227.26º | 0.9% | 0.98% | - |
| XYZ | 20.2 | 11.94 | 92.51 | - |
| YUV | 78.94 | 225.1 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 251 | 0.90 | 0.71 | 0 | 0.02 | 227.26 | 0.97 | 0.54 |
| Hex | 19 | 49 | FB | 5A | 47 | 0 | 2 | E3 | 61 | 36 |
| Octal | 31 | 111 | 373 | 132 | 107 | 0 | 2 | 343 | 141 | 66 |
| Binary | 11001 | 1001001 | 11111011 | 1011010 | 1000111 | 0 | 10 | 11100011 | 1100001 | 110110 |
Color Harmonies of #1949FB
Complementary color
Monochromatic Colors of #1949FB
Black with #1949FB
Text Example
Text Example
White with #1949FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1949FB; }
p { color: rgb(25,73,251); }
H1.HeaderClassName
{
color: #1949FB;
}
.AnyTagClassName
{
color: #1949FB;
}
</style>
background-color css
<style>
a { background-color: #1949FB; }
a { background-color: rgb(25,73,251); }
div.DivClassName
{
background-color: #1949FB;
}
.BgClassName
{
background-color: #1949FB;
}
</style>
border-color css
<style>
span { border-color: #1949FB; }
span { border-color: rgb(25,73,251); }
td.TdClassName
{
border-color: #1949FB;
}
.TagClassName
{
border-color: #1949FB;
}
</style>