Shades of Neon Blue #193CFF
Tints of Neon Blue #193CFF
RGB
CMYK
RGB Variations
Color information
#193CFF (or 0x193CFF) is known color: Neon Blue. HEX triplet: 19, 3C and FF. RGB value is (25,60,255). Sum of RGB (Red+Green+Blue) = 25+60+255=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #193CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CFF is #E6C300. Grayscale: #464646. Windows color (decimal): -15123201 or 16727065. OLE color: 16727065.
HSL color Cylindrical-coordinate representation of color #193CFF: hue angle of 230.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193CFF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 60 | 255 | - |
| CMYK | 0.90 | 0.76 | 0 | 0 |
| HSL | 230.87º | 1% | 0.55% | - |
| HSV(B) | 230.87º | 0.9% | 1% | - |
| XYZ | 20.07 | 10.66 | 95.61 | - |
| YUV | 71.77 | 231.4 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 255 | 0.90 | 0.76 | 0 | 0 | 230.87 | 1 | 0.55 |
| Hex | 19 | 3C | FF | 5A | 4C | 0 | 0 | E7 | 64 | 37 |
| Octal | 31 | 74 | 377 | 132 | 114 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11001 | 111100 | 11111111 | 1011010 | 1001100 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #193CFF
Complementary color
Monochromatic Colors of #193CFF
Black with #193CFF
Text Example
Text Example
White with #193CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193CFF; }
p { color: rgb(25,60,255); }
H1.HeaderClassName
{
color: #193CFF;
}
.AnyTagClassName
{
color: #193CFF;
}
</style>
background-color css
<style>
a { background-color: #193CFF; }
a { background-color: rgb(25,60,255); }
div.DivClassName
{
background-color: #193CFF;
}
.BgClassName
{
background-color: #193CFF;
}
</style>
border-color css
<style>
span { border-color: #193CFF; }
span { border-color: rgb(25,60,255); }
td.TdClassName
{
border-color: #193CFF;
}
.TagClassName
{
border-color: #193CFF;
}
</style>