Shades of Neon Blue #194DFE
Tints of Neon Blue #194DFE
RGB
CMYK
RGB Variations
Color information
#194DFE (or 0x194DFE) is known color: Neon Blue. HEX triplet: 19, 4D and FE. RGB value is (25,77,254). Sum of RGB (Red+Green+Blue) = 25+77+254=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #194DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194DFE is #E6B201. Grayscale: #505050. Windows color (decimal): -15118850 or 16665881. OLE color: 16665881.
HSL color Cylindrical-coordinate representation of color #194DFE: hue angle of 226.38º 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 #194DFE is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 77 | 254 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.00 |
| HSL | 226.38º | 0.99% | 0.55% | - |
| HSV(B) | 226.38º | 0.9% | 1% | - |
| XYZ | 20.94 | 12.67 | 95.11 | - |
| YUV | 81.63 | 225.27 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 254 | 0.90 | 0.70 | 0 | 0.00 | 226.38 | 0.99 | 0.55 |
| Hex | 19 | 4D | FE | 5A | 46 | 0 | 0 | E2 | 63 | 37 |
| Octal | 31 | 115 | 376 | 132 | 106 | 0 | 0 | 342 | 143 | 67 |
| Binary | 11001 | 1001101 | 11111110 | 1011010 | 1000110 | 0 | 0 | 11100010 | 1100011 | 110111 |
Color Harmonies of #194DFE
Complementary color
Monochromatic Colors of #194DFE
Black with #194DFE
Text Example
Text Example
White with #194DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DFE; }
p { color: rgb(25,77,254); }
H1.HeaderClassName
{
color: #194DFE;
}
.AnyTagClassName
{
color: #194DFE;
}
</style>
background-color css
<style>
a { background-color: #194DFE; }
a { background-color: rgb(25,77,254); }
div.DivClassName
{
background-color: #194DFE;
}
.BgClassName
{
background-color: #194DFE;
}
</style>
border-color css
<style>
span { border-color: #194DFE; }
span { border-color: rgb(25,77,254); }
td.TdClassName
{
border-color: #194DFE;
}
.TagClassName
{
border-color: #194DFE;
}
</style>