Shades of Neon Blue #194AFA
Tints of Neon Blue #194AFA
RGB
CMYK
RGB Variations
Color information
#194AFA (or 0x194AFA) is known color: Neon Blue. HEX triplet: 19, 4A and FA. RGB value is (25,74,250). Sum of RGB (Red+Green+Blue) = 25+74+250=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #194AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AFA is #E6B505. Grayscale: #4E4E4E. Windows color (decimal): -15119622 or 16402969. OLE color: 16402969.
HSL color Cylindrical-coordinate representation of color #194AFA: hue angle of 226.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194AFA is Cyan = 0.9, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 74 | 250 | - |
| CMYK | 0.9 | 0.70 | 0 | 0.02 |
| HSL | 226.93º | 0.96% | 0.54% | - |
| HSV(B) | 226.93º | 0.9% | 0.98% | - |
| XYZ | 20.11 | 12.01 | 91.7 | - |
| YUV | 79.41 | 224.27 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 250 | 0.9 | 0.70 | 0 | 0.02 | 226.93 | 0.96 | 0.54 |
| Hex | 19 | 4A | FA | 5A | 46 | 0 | 2 | E3 | 60 | 36 |
| Octal | 31 | 112 | 372 | 132 | 106 | 0 | 2 | 343 | 140 | 66 |
| Binary | 11001 | 1001010 | 11111010 | 1011010 | 1000110 | 0 | 10 | 11100011 | 1100000 | 110110 |
Color Harmonies of #194AFA
Complementary color
Monochromatic Colors of #194AFA
Black with #194AFA
Text Example
Text Example
White with #194AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AFA; }
p { color: rgb(25,74,250); }
H1.HeaderClassName
{
color: #194AFA;
}
.AnyTagClassName
{
color: #194AFA;
}
</style>
background-color css
<style>
a { background-color: #194AFA; }
a { background-color: rgb(25,74,250); }
div.DivClassName
{
background-color: #194AFA;
}
.BgClassName
{
background-color: #194AFA;
}
</style>
border-color css
<style>
span { border-color: #194AFA; }
span { border-color: rgb(25,74,250); }
td.TdClassName
{
border-color: #194AFA;
}
.TagClassName
{
border-color: #194AFA;
}
</style>