Shades of Neon Blue #1936F7
Tints of Neon Blue #1936F7
RGB
CMYK
RGB Variations
Color information
#1936F7 (or 0x1936F7) is known color: Neon Blue. HEX triplet: 19, 36 and F7. RGB value is (25,54,247). Sum of RGB (Red+Green+Blue) = 25+54+247=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #1936F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1936F7 is #E6C908. Grayscale: #424242. Windows color (decimal): -15124745 or 16201241. OLE color: 16201241.
HSL color Cylindrical-coordinate representation of color #1936F7: hue angle of 232.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1936F7 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 54 | 247 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.03 |
| HSL | 232.16º | 0.93% | 0.53% | - |
| HSV(B) | 232.16º | 0.9% | 0.97% | - |
| XYZ | 18.51 | 9.56 | 88.87 | - |
| YUV | 67.33 | 229.39 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 247 | 0.90 | 0.78 | 0 | 0.03 | 232.16 | 0.93 | 0.53 |
| Hex | 19 | 36 | F7 | 5A | 4E | 0 | 3 | E8 | 5D | 35 |
| Octal | 31 | 66 | 367 | 132 | 116 | 0 | 3 | 350 | 135 | 65 |
| Binary | 11001 | 110110 | 11110111 | 1011010 | 1001110 | 0 | 11 | 11101000 | 1011101 | 110101 |
Color Harmonies of #1936F7
Complementary color
Monochromatic Colors of #1936F7
Black with #1936F7
Text Example
Text Example
White with #1936F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1936F7; }
p { color: rgb(25,54,247); }
H1.HeaderClassName
{
color: #1936F7;
}
.AnyTagClassName
{
color: #1936F7;
}
</style>
background-color css
<style>
a { background-color: #1936F7; }
a { background-color: rgb(25,54,247); }
div.DivClassName
{
background-color: #1936F7;
}
.BgClassName
{
background-color: #1936F7;
}
</style>
border-color css
<style>
span { border-color: #1936F7; }
span { border-color: rgb(25,54,247); }
td.TdClassName
{
border-color: #1936F7;
}
.TagClassName
{
border-color: #1936F7;
}
</style>