Shades of Neon Blue #193FFF
Tints of Neon Blue #193FFF
RGB
CMYK
RGB Variations
Color information
#193FFF (or 0x193FFF) is known color: Neon Blue. HEX triplet: 19, 3F and FF. RGB value is (25,63,255). Sum of RGB (Red+Green+Blue) = 25+63+255=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #193FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FFF is #E6C000. Grayscale: #484848. Windows color (decimal): -15122433 or 16727833. OLE color: 16727833.
HSL color Cylindrical-coordinate representation of color #193FFF: hue angle of 230.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193FFF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 63 | 255 | - |
| CMYK | 0.90 | 0.75 | 0 | 0 |
| HSL | 230.09º | 1% | 0.55% | - |
| HSV(B) | 230.09º | 0.9% | 1% | - |
| XYZ | 20.23 | 10.98 | 95.66 | - |
| YUV | 73.53 | 230.41 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 255 | 0.90 | 0.75 | 0 | 0 | 230.09 | 1 | 0.55 |
| Hex | 19 | 3F | FF | 5A | 4B | 0 | 0 | E6 | 64 | 37 |
| Octal | 31 | 77 | 377 | 132 | 113 | 0 | 0 | 346 | 144 | 67 |
| Binary | 11001 | 111111 | 11111111 | 1011010 | 1001011 | 0 | 0 | 11100110 | 1100100 | 110111 |
Color Harmonies of #193FFF
Complementary color
Monochromatic Colors of #193FFF
Black with #193FFF
Text Example
Text Example
White with #193FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FFF; }
p { color: rgb(25,63,255); }
H1.HeaderClassName
{
color: #193FFF;
}
.AnyTagClassName
{
color: #193FFF;
}
</style>
background-color css
<style>
a { background-color: #193FFF; }
a { background-color: rgb(25,63,255); }
div.DivClassName
{
background-color: #193FFF;
}
.BgClassName
{
background-color: #193FFF;
}
</style>
border-color css
<style>
span { border-color: #193FFF; }
span { border-color: rgb(25,63,255); }
td.TdClassName
{
border-color: #193FFF;
}
.TagClassName
{
border-color: #193FFF;
}
</style>