Shades of Neon Blue #194AFE
Tints of Neon Blue #194AFE
RGB
CMYK
RGB Variations
Color information
#194AFE (or 0x194AFE) is known color: Neon Blue. HEX triplet: 19, 4A and FE. RGB value is (25,74,254). Sum of RGB (Red+Green+Blue) = 25+74+254=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #194AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AFE is #E6B501. Grayscale: #4F4F4F. Windows color (decimal): -15119618 or 16665113. OLE color: 16665113.
HSL color Cylindrical-coordinate representation of color #194AFE: hue angle of 227.16º 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 #194AFE is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 74 | 254 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.00 |
| HSL | 227.16º | 0.99% | 0.55% | - |
| HSV(B) | 227.16º | 0.9% | 1% | - |
| XYZ | 20.74 | 12.26 | 95.04 | - |
| YUV | 79.87 | 226.27 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 254 | 0.90 | 0.71 | 0 | 0.00 | 227.16 | 0.99 | 0.55 |
| Hex | 19 | 4A | FE | 5A | 47 | 0 | 0 | E3 | 63 | 37 |
| Octal | 31 | 112 | 376 | 132 | 107 | 0 | 0 | 343 | 143 | 67 |
| Binary | 11001 | 1001010 | 11111110 | 1011010 | 1000111 | 0 | 0 | 11100011 | 1100011 | 110111 |
Color Harmonies of #194AFE
Complementary color
Monochromatic Colors of #194AFE
Black with #194AFE
Text Example
Text Example
White with #194AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AFE; }
p { color: rgb(25,74,254); }
H1.HeaderClassName
{
color: #194AFE;
}
.AnyTagClassName
{
color: #194AFE;
}
</style>
background-color css
<style>
a { background-color: #194AFE; }
a { background-color: rgb(25,74,254); }
div.DivClassName
{
background-color: #194AFE;
}
.BgClassName
{
background-color: #194AFE;
}
</style>
border-color css
<style>
span { border-color: #194AFE; }
span { border-color: rgb(25,74,254); }
td.TdClassName
{
border-color: #194AFE;
}
.TagClassName
{
border-color: #194AFE;
}
</style>