Shades of Neon Blue #193AFC
Tints of Neon Blue #193AFC
RGB
CMYK
RGB Variations
Color information
#193AFC (or 0x193AFC) is known color: Neon Blue. HEX triplet: 19, 3A and FC. RGB value is (25,58,252). Sum of RGB (Red+Green+Blue) = 25+58+252=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #193AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AFC is #E6C503. Grayscale: #454545. Windows color (decimal): -15123716 or 16529945. OLE color: 16529945.
HSL color Cylindrical-coordinate representation of color #193AFC: hue angle of 231.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193AFC is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 58 | 252 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.01 |
| HSL | 231.28º | 0.97% | 0.54% | - |
| HSV(B) | 231.28º | 0.9% | 0.99% | - |
| XYZ | 19.48 | 10.26 | 93.05 | - |
| YUV | 70.25 | 230.57 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 252 | 0.90 | 0.77 | 0 | 0.01 | 231.28 | 0.97 | 0.54 |
| Hex | 19 | 3A | FC | 5A | 4D | 0 | 1 | E7 | 61 | 36 |
| Octal | 31 | 72 | 374 | 132 | 115 | 0 | 1 | 347 | 141 | 66 |
| Binary | 11001 | 111010 | 11111100 | 1011010 | 1001101 | 0 | 1 | 11100111 | 1100001 | 110110 |
Color Harmonies of #193AFC
Complementary color
Monochromatic Colors of #193AFC
Black with #193AFC
Text Example
Text Example
White with #193AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AFC; }
p { color: rgb(25,58,252); }
H1.HeaderClassName
{
color: #193AFC;
}
.AnyTagClassName
{
color: #193AFC;
}
</style>
background-color css
<style>
a { background-color: #193AFC; }
a { background-color: rgb(25,58,252); }
div.DivClassName
{
background-color: #193AFC;
}
.BgClassName
{
background-color: #193AFC;
}
</style>
border-color css
<style>
span { border-color: #193AFC; }
span { border-color: rgb(25,58,252); }
td.TdClassName
{
border-color: #193AFC;
}
.TagClassName
{
border-color: #193AFC;
}
</style>