Shades of Neon Blue #194BFE
Tints of Neon Blue #194BFE
RGB
CMYK
RGB Variations
Color information
#194BFE (or 0x194BFE) is known color: Neon Blue. HEX triplet: 19, 4B and FE. RGB value is (25,75,254). Sum of RGB (Red+Green+Blue) = 25+75+254=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #194BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BFE is #E6B401. Grayscale: #4F4F4F. Windows color (decimal): -15119362 or 16665369. OLE color: 16665369.
HSL color Cylindrical-coordinate representation of color #194BFE: hue angle of 226.9º 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 #194BFE is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 75 | 254 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.00 |
| HSL | 226.9º | 0.99% | 0.55% | - |
| HSV(B) | 226.9º | 0.9% | 1% | - |
| XYZ | 20.81 | 12.39 | 95.06 | - |
| YUV | 80.46 | 225.94 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 254 | 0.90 | 0.70 | 0 | 0.00 | 226.9 | 0.99 | 0.55 |
| Hex | 19 | 4B | FE | 5A | 46 | 0 | 0 | E3 | 63 | 37 |
| Octal | 31 | 113 | 376 | 132 | 106 | 0 | 0 | 343 | 143 | 67 |
| Binary | 11001 | 1001011 | 11111110 | 1011010 | 1000110 | 0 | 0 | 11100011 | 1100011 | 110111 |
Color Harmonies of #194BFE
Complementary color
Monochromatic Colors of #194BFE
Black with #194BFE
Text Example
Text Example
White with #194BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BFE; }
p { color: rgb(25,75,254); }
H1.HeaderClassName
{
color: #194BFE;
}
.AnyTagClassName
{
color: #194BFE;
}
</style>
background-color css
<style>
a { background-color: #194BFE; }
a { background-color: rgb(25,75,254); }
div.DivClassName
{
background-color: #194BFE;
}
.BgClassName
{
background-color: #194BFE;
}
</style>
border-color css
<style>
span { border-color: #194BFE; }
span { border-color: rgb(25,75,254); }
td.TdClassName
{
border-color: #194BFE;
}
.TagClassName
{
border-color: #194BFE;
}
</style>