Shades of Neon Blue #193FFA
Tints of Neon Blue #193FFA
RGB
CMYK
RGB Variations
Color information
#193FFA (or 0x193FFA) is known color: Neon Blue. HEX triplet: 19, 3F and FA. RGB value is (25,63,250). Sum of RGB (Red+Green+Blue) = 25+63+250=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #193FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FFA is #E6C005. Grayscale: #484848. Windows color (decimal): -15122438 or 16400153. OLE color: 16400153.
HSL color Cylindrical-coordinate representation of color #193FFA: hue angle of 229.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193FFA is Cyan = 0.9, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 63 | 250 | - |
| CMYK | 0.9 | 0.75 | 0 | 0.02 |
| HSL | 229.87º | 0.96% | 0.54% | - |
| HSV(B) | 229.87º | 0.9% | 0.98% | - |
| XYZ | 19.43 | 10.66 | 91.48 | - |
| YUV | 72.96 | 227.91 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 250 | 0.9 | 0.75 | 0 | 0.02 | 229.87 | 0.96 | 0.54 |
| Hex | 19 | 3F | FA | 5A | 4B | 0 | 2 | E6 | 60 | 36 |
| Octal | 31 | 77 | 372 | 132 | 113 | 0 | 2 | 346 | 140 | 66 |
| Binary | 11001 | 111111 | 11111010 | 1011010 | 1001011 | 0 | 10 | 11100110 | 1100000 | 110110 |
Color Harmonies of #193FFA
Complementary color
Monochromatic Colors of #193FFA
Black with #193FFA
Text Example
Text Example
White with #193FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FFA; }
p { color: rgb(25,63,250); }
H1.HeaderClassName
{
color: #193FFA;
}
.AnyTagClassName
{
color: #193FFA;
}
</style>
background-color css
<style>
a { background-color: #193FFA; }
a { background-color: rgb(25,63,250); }
div.DivClassName
{
background-color: #193FFA;
}
.BgClassName
{
background-color: #193FFA;
}
</style>
border-color css
<style>
span { border-color: #193FFA; }
span { border-color: rgb(25,63,250); }
td.TdClassName
{
border-color: #193FFA;
}
.TagClassName
{
border-color: #193FFA;
}
</style>