Shades of Neon Blue #193CF7
Tints of Neon Blue #193CF7
RGB
CMYK
RGB Variations
Color information
#193CF7 (or 0x193CF7) is known color: Neon Blue. HEX triplet: 19, 3C and F7. RGB value is (25,60,247). Sum of RGB (Red+Green+Blue) = 25+60+247=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #193CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CF7 is #E6C308. Grayscale: #464646. Windows color (decimal): -15123209 or 16202777. OLE color: 16202777.
HSL color Cylindrical-coordinate representation of color #193CF7: hue angle of 230.54º 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 #193CF7 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 60 | 247 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.03 |
| HSL | 230.54º | 0.93% | 0.53% | - |
| HSV(B) | 230.54º | 0.9% | 0.97% | - |
| XYZ | 18.81 | 10.15 | 88.96 | - |
| YUV | 70.85 | 227.4 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 247 | 0.90 | 0.76 | 0 | 0.03 | 230.54 | 0.93 | 0.53 |
| Hex | 19 | 3C | F7 | 5A | 4C | 0 | 3 | E7 | 5D | 35 |
| Octal | 31 | 74 | 367 | 132 | 114 | 0 | 3 | 347 | 135 | 65 |
| Binary | 11001 | 111100 | 11110111 | 1011010 | 1001100 | 0 | 11 | 11100111 | 1011101 | 110101 |
Color Harmonies of #193CF7
Complementary color
Monochromatic Colors of #193CF7
Black with #193CF7
Text Example
Text Example
White with #193CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CF7; }
p { color: rgb(25,60,247); }
H1.HeaderClassName
{
color: #193CF7;
}
.AnyTagClassName
{
color: #193CF7;
}
</style>
background-color css
<style>
a { background-color: #193CF7; }
a { background-color: rgb(25,60,247); }
div.DivClassName
{
background-color: #193CF7;
}
.BgClassName
{
background-color: #193CF7;
}
</style>
border-color css
<style>
span { border-color: #193CF7; }
span { border-color: rgb(25,60,247); }
td.TdClassName
{
border-color: #193CF7;
}
.TagClassName
{
border-color: #193CF7;
}
</style>