Shades of Neon Blue #1948FE
Tints of Neon Blue #1948FE
RGB
CMYK
RGB Variations
Color information
#1948FE (or 0x1948FE) is known color: Neon Blue. HEX triplet: 19, 48 and FE. RGB value is (25,72,254). Sum of RGB (Red+Green+Blue) = 25+72+254=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #1948FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1948FE is #E6B701. Grayscale: #4D4D4D. Windows color (decimal): -15120130 or 16664601. OLE color: 16664601.
HSL color Cylindrical-coordinate representation of color #1948FE: hue angle of 227.69º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1948FE is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 72 | 254 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.00 |
| HSL | 227.69º | 0.99% | 0.55% | - |
| HSV(B) | 227.69º | 0.9% | 1% | - |
| XYZ | 20.61 | 12 | 95 | - |
| YUV | 78.7 | 226.93 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 254 | 0.90 | 0.72 | 0 | 0.00 | 227.69 | 0.99 | 0.55 |
| Hex | 19 | 48 | FE | 5A | 48 | 0 | 0 | E4 | 63 | 37 |
| Octal | 31 | 110 | 376 | 132 | 110 | 0 | 0 | 344 | 143 | 67 |
| Binary | 11001 | 1001000 | 11111110 | 1011010 | 1001000 | 0 | 0 | 11100100 | 1100011 | 110111 |
Color Harmonies of #1948FE
Complementary color
Monochromatic Colors of #1948FE
Black with #1948FE
Text Example
Text Example
White with #1948FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1948FE; }
p { color: rgb(25,72,254); }
H1.HeaderClassName
{
color: #1948FE;
}
.AnyTagClassName
{
color: #1948FE;
}
</style>
background-color css
<style>
a { background-color: #1948FE; }
a { background-color: rgb(25,72,254); }
div.DivClassName
{
background-color: #1948FE;
}
.BgClassName
{
background-color: #1948FE;
}
</style>
border-color css
<style>
span { border-color: #1948FE; }
span { border-color: rgb(25,72,254); }
td.TdClassName
{
border-color: #1948FE;
}
.TagClassName
{
border-color: #1948FE;
}
</style>