Shades of Neon Blue #1937FE
Tints of Neon Blue #1937FE
RGB
CMYK
RGB Variations
Color information
#1937FE (or 0x1937FE) is known color: Neon Blue. HEX triplet: 19, 37 and FE. RGB value is (25,55,254). Sum of RGB (Red+Green+Blue) = 25+55+254=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #1937FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937FE is #E6C801. Grayscale: #434343. Windows color (decimal): -15124482 or 16660249. OLE color: 16660249.
HSL color Cylindrical-coordinate representation of color #1937FE: hue angle of 232.14º 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 #1937FE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 55 | 254 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.00 |
| HSL | 232.14º | 0.99% | 0.55% | - |
| HSV(B) | 232.14º | 0.9% | 1% | - |
| XYZ | 19.66 | 10.09 | 94.68 | - |
| YUV | 68.72 | 232.56 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 254 | 0.90 | 0.78 | 0 | 0.00 | 232.14 | 0.99 | 0.55 |
| Hex | 19 | 37 | FE | 5A | 4E | 0 | 0 | E8 | 63 | 37 |
| Octal | 31 | 67 | 376 | 132 | 116 | 0 | 0 | 350 | 143 | 67 |
| Binary | 11001 | 110111 | 11111110 | 1011010 | 1001110 | 0 | 0 | 11101000 | 1100011 | 110111 |
Color Harmonies of #1937FE
Complementary color
Monochromatic Colors of #1937FE
Black with #1937FE
Text Example
Text Example
White with #1937FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937FE; }
p { color: rgb(25,55,254); }
H1.HeaderClassName
{
color: #1937FE;
}
.AnyTagClassName
{
color: #1937FE;
}
</style>
background-color css
<style>
a { background-color: #1937FE; }
a { background-color: rgb(25,55,254); }
div.DivClassName
{
background-color: #1937FE;
}
.BgClassName
{
background-color: #1937FE;
}
</style>
border-color css
<style>
span { border-color: #1937FE; }
span { border-color: rgb(25,55,254); }
td.TdClassName
{
border-color: #1937FE;
}
.TagClassName
{
border-color: #1937FE;
}
</style>