Shades of Neon Blue #193FFE
Tints of Neon Blue #193FFE
RGB
CMYK
RGB Variations
Color information
#193FFE (or 0x193FFE) is known color: Neon Blue. HEX triplet: 19, 3F and FE. RGB value is (25,63,254). Sum of RGB (Red+Green+Blue) = 25+63+254=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #193FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FFE is #E6C001. Grayscale: #484848. Windows color (decimal): -15122434 or 16662297. OLE color: 16662297.
HSL color Cylindrical-coordinate representation of color #193FFE: hue angle of 230.04º 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 #193FFE is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 63 | 254 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.00 |
| HSL | 230.04º | 0.99% | 0.55% | - |
| HSV(B) | 230.04º | 0.9% | 1% | - |
| XYZ | 20.07 | 10.92 | 94.82 | - |
| YUV | 73.41 | 229.91 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 254 | 0.90 | 0.75 | 0 | 0.00 | 230.04 | 0.99 | 0.55 |
| Hex | 19 | 3F | FE | 5A | 4B | 0 | 0 | E6 | 63 | 37 |
| Octal | 31 | 77 | 376 | 132 | 113 | 0 | 0 | 346 | 143 | 67 |
| Binary | 11001 | 111111 | 11111110 | 1011010 | 1001011 | 0 | 0 | 11100110 | 1100011 | 110111 |
Color Harmonies of #193FFE
Complementary color
Monochromatic Colors of #193FFE
Black with #193FFE
Text Example
Text Example
White with #193FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FFE; }
p { color: rgb(25,63,254); }
H1.HeaderClassName
{
color: #193FFE;
}
.AnyTagClassName
{
color: #193FFE;
}
</style>
background-color css
<style>
a { background-color: #193FFE; }
a { background-color: rgb(25,63,254); }
div.DivClassName
{
background-color: #193FFE;
}
.BgClassName
{
background-color: #193FFE;
}
</style>
border-color css
<style>
span { border-color: #193FFE; }
span { border-color: rgb(25,63,254); }
td.TdClassName
{
border-color: #193FFE;
}
.TagClassName
{
border-color: #193FFE;
}
</style>