Shades of Neon Blue #193BFF
Tints of Neon Blue #193BFF
RGB
CMYK
RGB Variations
Color information
#193BFF (or 0x193BFF) is known color: Neon Blue. HEX triplet: 19, 3B and FF. RGB value is (25,59,255). Sum of RGB (Red+Green+Blue) = 25+59+255=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #193BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BFF is #E6C400. Grayscale: #464646. Windows color (decimal): -15123457 or 16726809. OLE color: 16726809.
HSL color Cylindrical-coordinate representation of color #193BFF: hue angle of 231.13º 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 #193BFF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 59 | 255 | - |
| CMYK | 0.90 | 0.77 | 0 | 0 |
| HSL | 231.13º | 1% | 0.55% | - |
| HSV(B) | 231.13º | 0.9% | 1% | - |
| XYZ | 20.01 | 10.55 | 95.59 | - |
| YUV | 71.18 | 231.74 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 255 | 0.90 | 0.77 | 0 | 0 | 231.13 | 1 | 0.55 |
| Hex | 19 | 3B | FF | 5A | 4D | 0 | 0 | E7 | 64 | 37 |
| Octal | 31 | 73 | 377 | 132 | 115 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11001 | 111011 | 11111111 | 1011010 | 1001101 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #193BFF
Complementary color
Monochromatic Colors of #193BFF
Black with #193BFF
Text Example
Text Example
White with #193BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BFF; }
p { color: rgb(25,59,255); }
H1.HeaderClassName
{
color: #193BFF;
}
.AnyTagClassName
{
color: #193BFF;
}
</style>
background-color css
<style>
a { background-color: #193BFF; }
a { background-color: rgb(25,59,255); }
div.DivClassName
{
background-color: #193BFF;
}
.BgClassName
{
background-color: #193BFF;
}
</style>
border-color css
<style>
span { border-color: #193BFF; }
span { border-color: rgb(25,59,255); }
td.TdClassName
{
border-color: #193BFF;
}
.TagClassName
{
border-color: #193BFF;
}
</style>