Shades of Neon Blue #193BFA
Tints of Neon Blue #193BFA
RGB
CMYK
RGB Variations
Color information
#193BFA (or 0x193BFA) is known color: Neon Blue. HEX triplet: 19, 3B and FA. RGB value is (25,59,250). Sum of RGB (Red+Green+Blue) = 25+59+250=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #193BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BFA is #E6C405. Grayscale: #454545. Windows color (decimal): -15123462 or 16399129. OLE color: 16399129.
HSL color Cylindrical-coordinate representation of color #193BFA: hue angle of 230.93º 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 #193BFA is Cyan = 0.9, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 59 | 250 | - |
| CMYK | 0.9 | 0.76 | 0 | 0.02 |
| HSL | 230.93º | 0.96% | 0.54% | - |
| HSV(B) | 230.93º | 0.9% | 0.98% | - |
| XYZ | 19.22 | 10.24 | 91.41 | - |
| YUV | 70.61 | 229.24 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 250 | 0.9 | 0.76 | 0 | 0.02 | 230.93 | 0.96 | 0.54 |
| Hex | 19 | 3B | FA | 5A | 4C | 0 | 2 | E7 | 60 | 36 |
| Octal | 31 | 73 | 372 | 132 | 114 | 0 | 2 | 347 | 140 | 66 |
| Binary | 11001 | 111011 | 11111010 | 1011010 | 1001100 | 0 | 10 | 11100111 | 1100000 | 110110 |
Color Harmonies of #193BFA
Complementary color
Monochromatic Colors of #193BFA
Black with #193BFA
Text Example
Text Example
White with #193BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BFA; }
p { color: rgb(25,59,250); }
H1.HeaderClassName
{
color: #193BFA;
}
.AnyTagClassName
{
color: #193BFA;
}
</style>
background-color css
<style>
a { background-color: #193BFA; }
a { background-color: rgb(25,59,250); }
div.DivClassName
{
background-color: #193BFA;
}
.BgClassName
{
background-color: #193BFA;
}
</style>
border-color css
<style>
span { border-color: #193BFA; }
span { border-color: rgb(25,59,250); }
td.TdClassName
{
border-color: #193BFA;
}
.TagClassName
{
border-color: #193BFA;
}
</style>