Shades of Neon Blue #193FF8
Tints of Neon Blue #193FF8
RGB
CMYK
RGB Variations
Color information
#193FF8 (or 0x193FF8) is known color: Neon Blue. HEX triplet: 19, 3F and F8. RGB value is (25,63,248). Sum of RGB (Red+Green+Blue) = 25+63+248=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 248 (97.27% from 255 or 73.81% from 336); Max value from RGB is 248 - color contains mainly: blue. Hex color #193FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FF8 is #E6C007. Grayscale: #474747. Windows color (decimal): -15122440 or 16269081. OLE color: 16269081.
HSL color Cylindrical-coordinate representation of color #193FF8: hue angle of 229.78º 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 #193FF8 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 63 | 248 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.03 |
| HSL | 229.78º | 0.94% | 0.54% | - |
| HSV(B) | 229.78º | 0.9% | 0.97% | - |
| XYZ | 19.12 | 10.54 | 89.83 | - |
| YUV | 72.73 | 226.91 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 248 | 0.90 | 0.75 | 0 | 0.03 | 229.78 | 0.94 | 0.54 |
| Hex | 19 | 3F | F8 | 5A | 4B | 0 | 3 | E6 | 5E | 36 |
| Octal | 31 | 77 | 370 | 132 | 113 | 0 | 3 | 346 | 136 | 66 |
| Binary | 11001 | 111111 | 11111000 | 1011010 | 1001011 | 0 | 11 | 11100110 | 1011110 | 110110 |
Color Harmonies of #193FF8
Complementary color
Monochromatic Colors of #193FF8
Black with #193FF8
Text Example
Text Example
White with #193FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FF8; }
p { color: rgb(25,63,248); }
H1.HeaderClassName
{
color: #193FF8;
}
.AnyTagClassName
{
color: #193FF8;
}
</style>
background-color css
<style>
a { background-color: #193FF8; }
a { background-color: rgb(25,63,248); }
div.DivClassName
{
background-color: #193FF8;
}
.BgClassName
{
background-color: #193FF8;
}
</style>
border-color css
<style>
span { border-color: #193FF8; }
span { border-color: rgb(25,63,248); }
td.TdClassName
{
border-color: #193FF8;
}
.TagClassName
{
border-color: #193FF8;
}
</style>