Shades of Neon Blue #193CFE
Tints of Neon Blue #193CFE
RGB
CMYK
RGB Variations
Color information
#193CFE (or 0x193CFE) is known color: Neon Blue. HEX triplet: 19, 3C and FE. RGB value is (25,60,254). Sum of RGB (Red+Green+Blue) = 25+60+254=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #193CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CFE is #E6C301. Grayscale: #464646. Windows color (decimal): -15123202 or 16661529. OLE color: 16661529.
HSL color Cylindrical-coordinate representation of color #193CFE: hue angle of 230.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193CFE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 60 | 254 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.00 |
| HSL | 230.83º | 0.99% | 0.55% | - |
| HSV(B) | 230.83º | 0.9% | 1% | - |
| XYZ | 19.91 | 10.59 | 94.76 | - |
| YUV | 71.65 | 230.9 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 254 | 0.90 | 0.76 | 0 | 0.00 | 230.83 | 0.99 | 0.55 |
| Hex | 19 | 3C | FE | 5A | 4C | 0 | 0 | E7 | 63 | 37 |
| Octal | 31 | 74 | 376 | 132 | 114 | 0 | 0 | 347 | 143 | 67 |
| Binary | 11001 | 111100 | 11111110 | 1011010 | 1001100 | 0 | 0 | 11100111 | 1100011 | 110111 |
Color Harmonies of #193CFE
Complementary color
Monochromatic Colors of #193CFE
Black with #193CFE
Text Example
Text Example
White with #193CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CFE; }
p { color: rgb(25,60,254); }
H1.HeaderClassName
{
color: #193CFE;
}
.AnyTagClassName
{
color: #193CFE;
}
</style>
background-color css
<style>
a { background-color: #193CFE; }
a { background-color: rgb(25,60,254); }
div.DivClassName
{
background-color: #193CFE;
}
.BgClassName
{
background-color: #193CFE;
}
</style>
border-color css
<style>
span { border-color: #193CFE; }
span { border-color: rgb(25,60,254); }
td.TdClassName
{
border-color: #193CFE;
}
.TagClassName
{
border-color: #193CFE;
}
</style>