Shades of Neon Blue #164CFE
Tints of Neon Blue #164CFE
RGB
CMYK
RGB Variations
Color information
#164CFE (or 0x164CFE) is known color: Neon Blue. HEX triplet: 16, 4C and FE. RGB value is (22,76,254). Sum of RGB (Red+Green+Blue) = 22+76+254=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #164CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CFE is #E9B301. Grayscale: #4F4F4F. Windows color (decimal): -15315714 or 16665622. OLE color: 16665622.
HSL color Cylindrical-coordinate representation of color #164CFE: hue angle of 226.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164CFE is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 76 | 254 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.00 |
| HSL | 226.03º | 0.99% | 0.54% | - |
| HSV(B) | 226.03º | 0.91% | 1% | - |
| XYZ | 20.8 | 12.5 | 95.08 | - |
| YUV | 80.15 | 226.11 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 254 | 0.91 | 0.70 | 0 | 0.00 | 226.03 | 0.99 | 0.54 |
| Hex | 16 | 4C | FE | 5B | 46 | 0 | 0 | E2 | 63 | 36 |
| Octal | 26 | 114 | 376 | 133 | 106 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10110 | 1001100 | 11111110 | 1011011 | 1000110 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #164CFE
Complementary color
Monochromatic Colors of #164CFE
Black with #164CFE
Text Example
Text Example
White with #164CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CFE; }
p { color: rgb(22,76,254); }
H1.HeaderClassName
{
color: #164CFE;
}
.AnyTagClassName
{
color: #164CFE;
}
</style>
background-color css
<style>
a { background-color: #164CFE; }
a { background-color: rgb(22,76,254); }
div.DivClassName
{
background-color: #164CFE;
}
.BgClassName
{
background-color: #164CFE;
}
</style>
border-color css
<style>
span { border-color: #164CFE; }
span { border-color: rgb(22,76,254); }
td.TdClassName
{
border-color: #164CFE;
}
.TagClassName
{
border-color: #164CFE;
}
</style>