Shades of Neon Blue #194BFD
Tints of Neon Blue #194BFD
RGB
CMYK
RGB Variations
Color information
#194BFD (or 0x194BFD) is known color: Neon Blue. HEX triplet: 19, 4B and FD. RGB value is (25,75,253). Sum of RGB (Red+Green+Blue) = 25+75+253=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #194BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BFD is #E6B402. Grayscale: #4F4F4F. Windows color (decimal): -15119363 or 16599833. OLE color: 16599833.
HSL color Cylindrical-coordinate representation of color #194BFD: hue angle of 226.84º 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 #194BFD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 75 | 253 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.01 |
| HSL | 226.84º | 0.98% | 0.55% | - |
| HSV(B) | 226.84º | 0.9% | 0.99% | - |
| XYZ | 20.65 | 12.33 | 94.22 | - |
| YUV | 80.34 | 225.44 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 253 | 0.90 | 0.70 | 0 | 0.01 | 226.84 | 0.98 | 0.55 |
| Hex | 19 | 4B | FD | 5A | 46 | 0 | 1 | E3 | 62 | 37 |
| Octal | 31 | 113 | 375 | 132 | 106 | 0 | 1 | 343 | 142 | 67 |
| Binary | 11001 | 1001011 | 11111101 | 1011010 | 1000110 | 0 | 1 | 11100011 | 1100010 | 110111 |
Color Harmonies of #194BFD
Complementary color
Monochromatic Colors of #194BFD
Black with #194BFD
Text Example
Text Example
White with #194BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BFD; }
p { color: rgb(25,75,253); }
H1.HeaderClassName
{
color: #194BFD;
}
.AnyTagClassName
{
color: #194BFD;
}
</style>
background-color css
<style>
a { background-color: #194BFD; }
a { background-color: rgb(25,75,253); }
div.DivClassName
{
background-color: #194BFD;
}
.BgClassName
{
background-color: #194BFD;
}
</style>
border-color css
<style>
span { border-color: #194BFD; }
span { border-color: rgb(25,75,253); }
td.TdClassName
{
border-color: #194BFD;
}
.TagClassName
{
border-color: #194BFD;
}
</style>