Shades of Neon Blue #193FF7
Tints of Neon Blue #193FF7
RGB
CMYK
RGB Variations
Color information
#193FF7 (or 0x193FF7) is known color: Neon Blue. HEX triplet: 19, 3F and F7. RGB value is (25,63,247). Sum of RGB (Red+Green+Blue) = 25+63+247=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 247 (96.88% from 255 or 73.73% from 335); Max value from RGB is 247 - color contains mainly: blue. Hex color #193FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FF7 is #E6C008. Grayscale: #474747. Windows color (decimal): -15122441 or 16203545. OLE color: 16203545.
HSL color Cylindrical-coordinate representation of color #193FF7: hue angle of 229.73º 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 #193FF7 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 63 | 247 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.03 |
| HSL | 229.73º | 0.93% | 0.53% | - |
| HSV(B) | 229.73º | 0.9% | 0.97% | - |
| XYZ | 18.97 | 10.48 | 89.02 | - |
| YUV | 72.61 | 226.41 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 247 | 0.90 | 0.74 | 0 | 0.03 | 229.73 | 0.93 | 0.53 |
| Hex | 19 | 3F | F7 | 5A | 4A | 0 | 3 | E6 | 5D | 35 |
| Octal | 31 | 77 | 367 | 132 | 112 | 0 | 3 | 346 | 135 | 65 |
| Binary | 11001 | 111111 | 11110111 | 1011010 | 1001010 | 0 | 11 | 11100110 | 1011101 | 110101 |
Color Harmonies of #193FF7
Complementary color
Monochromatic Colors of #193FF7
Black with #193FF7
Text Example
Text Example
White with #193FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FF7; }
p { color: rgb(25,63,247); }
H1.HeaderClassName
{
color: #193FF7;
}
.AnyTagClassName
{
color: #193FF7;
}
</style>
background-color css
<style>
a { background-color: #193FF7; }
a { background-color: rgb(25,63,247); }
div.DivClassName
{
background-color: #193FF7;
}
.BgClassName
{
background-color: #193FF7;
}
</style>
border-color css
<style>
span { border-color: #193FF7; }
span { border-color: rgb(25,63,247); }
td.TdClassName
{
border-color: #193FF7;
}
.TagClassName
{
border-color: #193FF7;
}
</style>