Shades of Neon Blue #1948FF
Tints of Neon Blue #1948FF
RGB
CMYK
RGB Variations
Color information
#1948FF (or 0x1948FF) is known color: Neon Blue. HEX triplet: 19, 48 and FF. RGB value is (25,72,255). Sum of RGB (Red+Green+Blue) = 25+72+255=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #1948FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1948FF is #E6B700. Grayscale: #4E4E4E. Windows color (decimal): -15120129 or 16730137. OLE color: 16730137.
HSL color Cylindrical-coordinate representation of color #1948FF: hue angle of 227.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1948FF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 72 | 255 | - |
| CMYK | 0.90 | 0.72 | 0 | 0 |
| HSL | 227.74º | 1% | 0.55% | - |
| HSV(B) | 227.74º | 0.9% | 1% | - |
| XYZ | 20.77 | 12.06 | 95.84 | - |
| YUV | 78.81 | 227.43 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 255 | 0.90 | 0.72 | 0 | 0 | 227.74 | 1 | 0.55 |
| Hex | 19 | 48 | FF | 5A | 48 | 0 | 0 | E4 | 64 | 37 |
| Octal | 31 | 110 | 377 | 132 | 110 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11001 | 1001000 | 11111111 | 1011010 | 1001000 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1948FF
Complementary color
Monochromatic Colors of #1948FF
Black with #1948FF
Text Example
Text Example
White with #1948FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1948FF; }
p { color: rgb(25,72,255); }
H1.HeaderClassName
{
color: #1948FF;
}
.AnyTagClassName
{
color: #1948FF;
}
</style>
background-color css
<style>
a { background-color: #1948FF; }
a { background-color: rgb(25,72,255); }
div.DivClassName
{
background-color: #1948FF;
}
.BgClassName
{
background-color: #1948FF;
}
</style>
border-color css
<style>
span { border-color: #1948FF; }
span { border-color: rgb(25,72,255); }
td.TdClassName
{
border-color: #1948FF;
}
.TagClassName
{
border-color: #1948FF;
}
</style>