Shades of Neon Blue #193FF5
Tints of Neon Blue #193FF5
RGB
CMYK
RGB Variations
Color information
#193FF5 (or 0x193FF5) is known color: Neon Blue. HEX triplet: 19, 3F and F5. RGB value is (25,63,245). Sum of RGB (Red+Green+Blue) = 25+63+245=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 245 (96.09% from 255 or 73.57% from 333); Max value from RGB is 245 - color contains mainly: blue. Hex color #193FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FF5 is #E6C00A. Grayscale: #474747. Windows color (decimal): -15122443 or 16072473. OLE color: 16072473.
HSL color Cylindrical-coordinate representation of color #193FF5: hue angle of 229.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193FF5 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 63 | 245 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.04 |
| HSL | 229.64º | 0.92% | 0.53% | - |
| HSV(B) | 229.64º | 0.9% | 0.96% | - |
| XYZ | 18.66 | 10.35 | 87.4 | - |
| YUV | 72.39 | 225.41 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 245 | 0.90 | 0.74 | 0 | 0.04 | 229.64 | 0.92 | 0.53 |
| Hex | 19 | 3F | F5 | 5A | 4A | 0 | 4 | E6 | 5C | 35 |
| Octal | 31 | 77 | 365 | 132 | 112 | 0 | 4 | 346 | 134 | 65 |
| Binary | 11001 | 111111 | 11110101 | 1011010 | 1001010 | 0 | 100 | 11100110 | 1011100 | 110101 |
Color Harmonies of #193FF5
Complementary color
Monochromatic Colors of #193FF5
Black with #193FF5
Text Example
Text Example
White with #193FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FF5; }
p { color: rgb(25,63,245); }
H1.HeaderClassName
{
color: #193FF5;
}
.AnyTagClassName
{
color: #193FF5;
}
</style>
background-color css
<style>
a { background-color: #193FF5; }
a { background-color: rgb(25,63,245); }
div.DivClassName
{
background-color: #193FF5;
}
.BgClassName
{
background-color: #193FF5;
}
</style>
border-color css
<style>
span { border-color: #193FF5; }
span { border-color: rgb(25,63,245); }
td.TdClassName
{
border-color: #193FF5;
}
.TagClassName
{
border-color: #193FF5;
}
</style>