Shades of Neon Blue #1947FF
Tints of Neon Blue #1947FF
RGB
CMYK
RGB Variations
Color information
#1947FF (or 0x1947FF) is known color: Neon Blue. HEX triplet: 19, 47 and FF. RGB value is (25,71,255). Sum of RGB (Red+Green+Blue) = 25+71+255=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #1947FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1947FF is #E6B800. Grayscale: #4D4D4D. Windows color (decimal): -15120385 or 16729881. OLE color: 16729881.
HSL color Cylindrical-coordinate representation of color #1947FF: hue angle of 228º 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 #1947FF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 71 | 255 | - |
| CMYK | 0.90 | 0.72 | 0 | 0 |
| HSL | 228º | 1% | 0.55% | - |
| HSV(B) | 228º | 0.9% | 1% | - |
| XYZ | 20.7 | 11.93 | 95.82 | - |
| YUV | 78.22 | 227.76 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 255 | 0.90 | 0.72 | 0 | 0 | 228 | 1 | 0.55 |
| Hex | 19 | 47 | FF | 5A | 48 | 0 | 0 | E4 | 64 | 37 |
| Octal | 31 | 107 | 377 | 132 | 110 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11001 | 1000111 | 11111111 | 1011010 | 1001000 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1947FF
Complementary color
Monochromatic Colors of #1947FF
Black with #1947FF
Text Example
Text Example
White with #1947FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1947FF; }
p { color: rgb(25,71,255); }
H1.HeaderClassName
{
color: #1947FF;
}
.AnyTagClassName
{
color: #1947FF;
}
</style>
background-color css
<style>
a { background-color: #1947FF; }
a { background-color: rgb(25,71,255); }
div.DivClassName
{
background-color: #1947FF;
}
.BgClassName
{
background-color: #1947FF;
}
</style>
border-color css
<style>
span { border-color: #1947FF; }
span { border-color: rgb(25,71,255); }
td.TdClassName
{
border-color: #1947FF;
}
.TagClassName
{
border-color: #1947FF;
}
</style>