Shades of Neon Blue #193CF8
Tints of Neon Blue #193CF8
RGB
CMYK
RGB Variations
Color information
#193CF8 (or 0x193CF8) is known color: Neon Blue. HEX triplet: 19, 3C and F8. RGB value is (25,60,248). Sum of RGB (Red+Green+Blue) = 25+60+248=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 248 (97.27% from 255 or 74.47% from 333); Max value from RGB is 248 - color contains mainly: blue. Hex color #193CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CF8 is #E6C307. Grayscale: #464646. Windows color (decimal): -15123208 or 16268313. OLE color: 16268313.
HSL color Cylindrical-coordinate representation of color #193CF8: hue angle of 230.58º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193CF8 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 60 | 248 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.03 |
| HSL | 230.58º | 0.94% | 0.54% | - |
| HSV(B) | 230.58º | 0.9% | 0.97% | - |
| XYZ | 18.96 | 10.22 | 89.78 | - |
| YUV | 70.97 | 227.9 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 248 | 0.90 | 0.76 | 0 | 0.03 | 230.58 | 0.94 | 0.54 |
| Hex | 19 | 3C | F8 | 5A | 4C | 0 | 3 | E7 | 5E | 36 |
| Octal | 31 | 74 | 370 | 132 | 114 | 0 | 3 | 347 | 136 | 66 |
| Binary | 11001 | 111100 | 11111000 | 1011010 | 1001100 | 0 | 11 | 11100111 | 1011110 | 110110 |
Color Harmonies of #193CF8
Complementary color
Monochromatic Colors of #193CF8
Black with #193CF8
Text Example
Text Example
White with #193CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CF8; }
p { color: rgb(25,60,248); }
H1.HeaderClassName
{
color: #193CF8;
}
.AnyTagClassName
{
color: #193CF8;
}
</style>
background-color css
<style>
a { background-color: #193CF8; }
a { background-color: rgb(25,60,248); }
div.DivClassName
{
background-color: #193CF8;
}
.BgClassName
{
background-color: #193CF8;
}
</style>
border-color css
<style>
span { border-color: #193CF8; }
span { border-color: rgb(25,60,248); }
td.TdClassName
{
border-color: #193CF8;
}
.TagClassName
{
border-color: #193CF8;
}
</style>