Shades of Neon Blue #1937F9
Tints of Neon Blue #1937F9
RGB
CMYK
RGB Variations
Color information
#1937F9 (or 0x1937F9) is known color: Neon Blue. HEX triplet: 19, 37 and F9. RGB value is (25,55,249). Sum of RGB (Red+Green+Blue) = 25+55+249=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #1937F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937F9 is #E6C806. Grayscale: #434343. Windows color (decimal): -15124487 or 16332569. OLE color: 16332569.
HSL color Cylindrical-coordinate representation of color #1937F9: hue angle of 231.96º degrees, saturation: 0.95, 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 #1937F9 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 55 | 249 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.02 |
| HSL | 231.96º | 0.95% | 0.54% | - |
| HSV(B) | 231.96º | 0.9% | 0.98% | - |
| XYZ | 18.87 | 9.78 | 90.52 | - |
| YUV | 68.15 | 230.06 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 249 | 0.90 | 0.78 | 0 | 0.02 | 231.96 | 0.95 | 0.54 |
| Hex | 19 | 37 | F9 | 5A | 4E | 0 | 2 | E8 | 5F | 36 |
| Octal | 31 | 67 | 371 | 132 | 116 | 0 | 2 | 350 | 137 | 66 |
| Binary | 11001 | 110111 | 11111001 | 1011010 | 1001110 | 0 | 10 | 11101000 | 1011111 | 110110 |
Color Harmonies of #1937F9
Complementary color
Monochromatic Colors of #1937F9
Black with #1937F9
Text Example
Text Example
White with #1937F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937F9; }
p { color: rgb(25,55,249); }
H1.HeaderClassName
{
color: #1937F9;
}
.AnyTagClassName
{
color: #1937F9;
}
</style>
background-color css
<style>
a { background-color: #1937F9; }
a { background-color: rgb(25,55,249); }
div.DivClassName
{
background-color: #1937F9;
}
.BgClassName
{
background-color: #1937F9;
}
</style>
border-color css
<style>
span { border-color: #1937F9; }
span { border-color: rgb(25,55,249); }
td.TdClassName
{
border-color: #1937F9;
}
.TagClassName
{
border-color: #1937F9;
}
</style>