Shades of Neon Blue #1937FC
Tints of Neon Blue #1937FC
RGB
CMYK
RGB Variations
Color information
#1937FC (or 0x1937FC) is known color: Neon Blue. HEX triplet: 19, 37 and FC. RGB value is (25,55,252). Sum of RGB (Red+Green+Blue) = 25+55+252=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #1937FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937FC is #E6C803. Grayscale: #434343. Windows color (decimal): -15124484 or 16529177. OLE color: 16529177.
HSL color Cylindrical-coordinate representation of color #1937FC: hue angle of 232.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1937FC is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 55 | 252 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.01 |
| HSL | 232.07º | 0.97% | 0.54% | - |
| HSV(B) | 232.07º | 0.9% | 0.99% | - |
| XYZ | 19.34 | 9.97 | 93 | - |
| YUV | 68.49 | 231.56 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 252 | 0.90 | 0.78 | 0 | 0.01 | 232.07 | 0.97 | 0.54 |
| Hex | 19 | 37 | FC | 5A | 4E | 0 | 1 | E8 | 61 | 36 |
| Octal | 31 | 67 | 374 | 132 | 116 | 0 | 1 | 350 | 141 | 66 |
| Binary | 11001 | 110111 | 11111100 | 1011010 | 1001110 | 0 | 1 | 11101000 | 1100001 | 110110 |
Color Harmonies of #1937FC
Complementary color
Monochromatic Colors of #1937FC
Black with #1937FC
Text Example
Text Example
White with #1937FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937FC; }
p { color: rgb(25,55,252); }
H1.HeaderClassName
{
color: #1937FC;
}
.AnyTagClassName
{
color: #1937FC;
}
</style>
background-color css
<style>
a { background-color: #1937FC; }
a { background-color: rgb(25,55,252); }
div.DivClassName
{
background-color: #1937FC;
}
.BgClassName
{
background-color: #1937FC;
}
</style>
border-color css
<style>
span { border-color: #1937FC; }
span { border-color: rgb(25,55,252); }
td.TdClassName
{
border-color: #1937FC;
}
.TagClassName
{
border-color: #1937FC;
}
</style>