Shades of Neon Blue #194AFD
Tints of Neon Blue #194AFD
RGB
CMYK
RGB Variations
Color information
#194AFD (or 0x194AFD) is known color: Neon Blue. HEX triplet: 19, 4A and FD. RGB value is (25,74,253). Sum of RGB (Red+Green+Blue) = 25+74+253=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #194AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AFD is #E6B502. Grayscale: #4E4E4E. Windows color (decimal): -15119619 or 16599577. OLE color: 16599577.
HSL color Cylindrical-coordinate representation of color #194AFD: hue angle of 227.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194AFD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 74 | 253 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.01 |
| HSL | 227.11º | 0.98% | 0.55% | - |
| HSV(B) | 227.11º | 0.9% | 0.99% | - |
| XYZ | 20.58 | 12.2 | 94.2 | - |
| YUV | 79.76 | 225.77 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 253 | 0.90 | 0.71 | 0 | 0.01 | 227.11 | 0.98 | 0.55 |
| Hex | 19 | 4A | FD | 5A | 47 | 0 | 1 | E3 | 62 | 37 |
| Octal | 31 | 112 | 375 | 132 | 107 | 0 | 1 | 343 | 142 | 67 |
| Binary | 11001 | 1001010 | 11111101 | 1011010 | 1000111 | 0 | 1 | 11100011 | 1100010 | 110111 |
Color Harmonies of #194AFD
Complementary color
Monochromatic Colors of #194AFD
Black with #194AFD
Text Example
Text Example
White with #194AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AFD; }
p { color: rgb(25,74,253); }
H1.HeaderClassName
{
color: #194AFD;
}
.AnyTagClassName
{
color: #194AFD;
}
</style>
background-color css
<style>
a { background-color: #194AFD; }
a { background-color: rgb(25,74,253); }
div.DivClassName
{
background-color: #194AFD;
}
.BgClassName
{
background-color: #194AFD;
}
</style>
border-color css
<style>
span { border-color: #194AFD; }
span { border-color: rgb(25,74,253); }
td.TdClassName
{
border-color: #194AFD;
}
.TagClassName
{
border-color: #194AFD;
}
</style>