Shades of Neon Blue #194DFF
Tints of Neon Blue #194DFF
RGB
CMYK
RGB Variations
Color information
#194DFF (or 0x194DFF) is known color: Neon Blue. HEX triplet: 19, 4D and FF. RGB value is (25,77,255). Sum of RGB (Red+Green+Blue) = 25+77+255=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #194DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DFF is #E6B200. Grayscale: #505050. Windows color (decimal): -15118849 or 16731417. OLE color: 16731417.
HSL color Cylindrical-coordinate representation of color #194DFF: hue angle of 226.43º 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 #194DFF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 77 | 255 | - |
| CMYK | 0.90 | 0.70 | 0 | 0 |
| HSL | 226.43º | 1% | 0.55% | - |
| HSV(B) | 226.43º | 0.9% | 1% | - |
| XYZ | 21.1 | 12.73 | 95.95 | - |
| YUV | 81.74 | 225.77 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 255 | 0.90 | 0.70 | 0 | 0 | 226.43 | 1 | 0.55 |
| Hex | 19 | 4D | FF | 5A | 46 | 0 | 0 | E2 | 64 | 37 |
| Octal | 31 | 115 | 377 | 132 | 106 | 0 | 0 | 342 | 144 | 67 |
| Binary | 11001 | 1001101 | 11111111 | 1011010 | 1000110 | 0 | 0 | 11100010 | 1100100 | 110111 |
Color Harmonies of #194DFF
Complementary color
Monochromatic Colors of #194DFF
Black with #194DFF
Text Example
Text Example
White with #194DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DFF; }
p { color: rgb(25,77,255); }
H1.HeaderClassName
{
color: #194DFF;
}
.AnyTagClassName
{
color: #194DFF;
}
</style>
background-color css
<style>
a { background-color: #194DFF; }
a { background-color: rgb(25,77,255); }
div.DivClassName
{
background-color: #194DFF;
}
.BgClassName
{
background-color: #194DFF;
}
</style>
border-color css
<style>
span { border-color: #194DFF; }
span { border-color: rgb(25,77,255); }
td.TdClassName
{
border-color: #194DFF;
}
.TagClassName
{
border-color: #194DFF;
}
</style>