Shades of Neon Blue #193BFE
Tints of Neon Blue #193BFE
RGB
CMYK
RGB Variations
Color information
#193BFE (or 0x193BFE) is known color: Neon Blue. HEX triplet: 19, 3B and FE. RGB value is (25,59,254). Sum of RGB (Red+Green+Blue) = 25+59+254=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #193BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BFE is #E6C401. Grayscale: #464646. Windows color (decimal): -15123458 or 16661273. OLE color: 16661273.
HSL color Cylindrical-coordinate representation of color #193BFE: hue angle of 231.09º 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 #193BFE is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 59 | 254 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.00 |
| HSL | 231.09º | 0.99% | 0.55% | - |
| HSV(B) | 231.09º | 0.9% | 1% | - |
| XYZ | 19.85 | 10.49 | 94.74 | - |
| YUV | 71.06 | 231.24 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 254 | 0.90 | 0.77 | 0 | 0.00 | 231.09 | 0.99 | 0.55 |
| Hex | 19 | 3B | FE | 5A | 4D | 0 | 0 | E7 | 63 | 37 |
| Octal | 31 | 73 | 376 | 132 | 115 | 0 | 0 | 347 | 143 | 67 |
| Binary | 11001 | 111011 | 11111110 | 1011010 | 1001101 | 0 | 0 | 11100111 | 1100011 | 110111 |
Color Harmonies of #193BFE
Complementary color
Monochromatic Colors of #193BFE
Black with #193BFE
Text Example
Text Example
White with #193BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193BFE; }
p { color: rgb(25,59,254); }
H1.HeaderClassName
{
color: #193BFE;
}
.AnyTagClassName
{
color: #193BFE;
}
</style>
background-color css
<style>
a { background-color: #193BFE; }
a { background-color: rgb(25,59,254); }
div.DivClassName
{
background-color: #193BFE;
}
.BgClassName
{
background-color: #193BFE;
}
</style>
border-color css
<style>
span { border-color: #193BFE; }
span { border-color: rgb(25,59,254); }
td.TdClassName
{
border-color: #193BFE;
}
.TagClassName
{
border-color: #193BFE;
}
</style>