Shades of Neon Blue #1939FF
Tints of Neon Blue #1939FF
RGB
CMYK
RGB Variations
Color information
#1939FF (or 0x1939FF) is known color: Neon Blue. HEX triplet: 19, 39 and FF. RGB value is (25,57,255). Sum of RGB (Red+Green+Blue) = 25+57+255=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #1939FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1939FF is #E6C600. Grayscale: #454545. Windows color (decimal): -15123969 or 16726297. OLE color: 16726297.
HSL color Cylindrical-coordinate representation of color #1939FF: hue angle of 231.65º 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 #1939FF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 57 | 255 | - |
| CMYK | 0.90 | 0.78 | 0 | 0 |
| HSL | 231.65º | 1% | 0.55% | - |
| HSV(B) | 231.65º | 0.9% | 1% | - |
| XYZ | 19.91 | 10.35 | 95.56 | - |
| YUV | 70 | 232.4 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 255 | 0.90 | 0.78 | 0 | 0 | 231.65 | 1 | 0.55 |
| Hex | 19 | 39 | FF | 5A | 4E | 0 | 0 | E8 | 64 | 37 |
| Octal | 31 | 71 | 377 | 132 | 116 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11001 | 111001 | 11111111 | 1011010 | 1001110 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1939FF
Complementary color
Monochromatic Colors of #1939FF
Black with #1939FF
Text Example
Text Example
White with #1939FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1939FF; }
p { color: rgb(25,57,255); }
H1.HeaderClassName
{
color: #1939FF;
}
.AnyTagClassName
{
color: #1939FF;
}
</style>
background-color css
<style>
a { background-color: #1939FF; }
a { background-color: rgb(25,57,255); }
div.DivClassName
{
background-color: #1939FF;
}
.BgClassName
{
background-color: #1939FF;
}
</style>
border-color css
<style>
span { border-color: #1939FF; }
span { border-color: rgb(25,57,255); }
td.TdClassName
{
border-color: #1939FF;
}
.TagClassName
{
border-color: #1939FF;
}
</style>