Shades of Neon Blue #193EFC
Tints of Neon Blue #193EFC
RGB
CMYK
RGB Variations
Color information
#193EFC (or 0x193EFC) is known color: Neon Blue. HEX triplet: 19, 3E and FC. RGB value is (25,62,252). Sum of RGB (Red+Green+Blue) = 25+62+252=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #193EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EFC is #E6C103. Grayscale: #474747. Windows color (decimal): -15122692 or 16530969. OLE color: 16530969.
HSL color Cylindrical-coordinate representation of color #193EFC: hue angle of 230.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193EFC is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 62 | 252 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.01 |
| HSL | 230.22º | 0.97% | 0.54% | - |
| HSV(B) | 230.22º | 0.9% | 0.99% | - |
| XYZ | 19.69 | 10.68 | 93.12 | - |
| YUV | 72.6 | 229.24 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 252 | 0.90 | 0.75 | 0 | 0.01 | 230.22 | 0.97 | 0.54 |
| Hex | 19 | 3E | FC | 5A | 4B | 0 | 1 | E6 | 61 | 36 |
| Octal | 31 | 76 | 374 | 132 | 113 | 0 | 1 | 346 | 141 | 66 |
| Binary | 11001 | 111110 | 11111100 | 1011010 | 1001011 | 0 | 1 | 11100110 | 1100001 | 110110 |
Color Harmonies of #193EFC
Complementary color
Monochromatic Colors of #193EFC
Black with #193EFC
Text Example
Text Example
White with #193EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193EFC; }
p { color: rgb(25,62,252); }
H1.HeaderClassName
{
color: #193EFC;
}
.AnyTagClassName
{
color: #193EFC;
}
</style>
background-color css
<style>
a { background-color: #193EFC; }
a { background-color: rgb(25,62,252); }
div.DivClassName
{
background-color: #193EFC;
}
.BgClassName
{
background-color: #193EFC;
}
</style>
border-color css
<style>
span { border-color: #193EFC; }
span { border-color: rgb(25,62,252); }
td.TdClassName
{
border-color: #193EFC;
}
.TagClassName
{
border-color: #193EFC;
}
</style>