Shades of Neon Blue #193EFF
Tints of Neon Blue #193EFF
RGB
CMYK
RGB Variations
Color information
#193EFF (or 0x193EFF) is known color: Neon Blue. HEX triplet: 19, 3E and FF. RGB value is (25,62,255). Sum of RGB (Red+Green+Blue) = 25+62+255=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #193EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EFF is #E6C100. Grayscale: #484848. Windows color (decimal): -15122689 or 16727577. OLE color: 16727577.
HSL color Cylindrical-coordinate representation of color #193EFF: hue angle of 230.35º 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 #193EFF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 62 | 255 | - |
| CMYK | 0.90 | 0.76 | 0 | 0 |
| HSL | 230.35º | 1% | 0.55% | - |
| HSV(B) | 230.35º | 0.9% | 1% | - |
| XYZ | 20.17 | 10.87 | 95.64 | - |
| YUV | 72.94 | 230.74 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 255 | 0.90 | 0.76 | 0 | 0 | 230.35 | 1 | 0.55 |
| Hex | 19 | 3E | FF | 5A | 4C | 0 | 0 | E6 | 64 | 37 |
| Octal | 31 | 76 | 377 | 132 | 114 | 0 | 0 | 346 | 144 | 67 |
| Binary | 11001 | 111110 | 11111111 | 1011010 | 1001100 | 0 | 0 | 11100110 | 1100100 | 110111 |
Color Harmonies of #193EFF
Complementary color
Monochromatic Colors of #193EFF
Black with #193EFF
Text Example
Text Example
White with #193EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EFF; }
p { color: rgb(25,62,255); }
H1.HeaderClassName
{
color: #193EFF;
}
.AnyTagClassName
{
color: #193EFF;
}
</style>
background-color css
<style>
a { background-color: #193EFF; }
a { background-color: rgb(25,62,255); }
div.DivClassName
{
background-color: #193EFF;
}
.BgClassName
{
background-color: #193EFF;
}
</style>
border-color css
<style>
span { border-color: #193EFF; }
span { border-color: rgb(25,62,255); }
td.TdClassName
{
border-color: #193EFF;
}
.TagClassName
{
border-color: #193EFF;
}
</style>