Shades of Neon Blue #193AFD
Tints of Neon Blue #193AFD
RGB
CMYK
RGB Variations
Color information
#193AFD (or 0x193AFD) is known color: Neon Blue. HEX triplet: 19, 3A and FD. RGB value is (25,58,253). Sum of RGB (Red+Green+Blue) = 25+58+253=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #193AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AFD is #E6C502. Grayscale: #454545. Windows color (decimal): -15123715 or 16595481. OLE color: 16595481.
HSL color Cylindrical-coordinate representation of color #193AFD: hue angle of 231.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193AFD is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 58 | 253 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.01 |
| HSL | 231.32º | 0.98% | 0.55% | - |
| HSV(B) | 231.32º | 0.9% | 0.99% | - |
| XYZ | 19.64 | 10.32 | 93.89 | - |
| YUV | 70.36 | 231.07 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 253 | 0.90 | 0.77 | 0 | 0.01 | 231.32 | 0.98 | 0.55 |
| Hex | 19 | 3A | FD | 5A | 4D | 0 | 1 | E7 | 62 | 37 |
| Octal | 31 | 72 | 375 | 132 | 115 | 0 | 1 | 347 | 142 | 67 |
| Binary | 11001 | 111010 | 11111101 | 1011010 | 1001101 | 0 | 1 | 11100111 | 1100010 | 110111 |
Color Harmonies of #193AFD
Complementary color
Monochromatic Colors of #193AFD
Black with #193AFD
Text Example
Text Example
White with #193AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193AFD; }
p { color: rgb(25,58,253); }
H1.HeaderClassName
{
color: #193AFD;
}
.AnyTagClassName
{
color: #193AFD;
}
</style>
background-color css
<style>
a { background-color: #193AFD; }
a { background-color: rgb(25,58,253); }
div.DivClassName
{
background-color: #193AFD;
}
.BgClassName
{
background-color: #193AFD;
}
</style>
border-color css
<style>
span { border-color: #193AFD; }
span { border-color: rgb(25,58,253); }
td.TdClassName
{
border-color: #193AFD;
}
.TagClassName
{
border-color: #193AFD;
}
</style>