Shades of Neon Pink #F164CE
Tints of Neon Pink #F164CE
RGB
CMYK
RGB Variations
Color information
#F164CE (or 0xF164CE) is known color: Neon Pink. HEX triplet: F1, 64 and CE. RGB value is (241,100,206). Sum of RGB (Red+Green+Blue) = 241+100+206=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F164CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164CE is #0E9B31. Grayscale: #999999. Windows color (decimal): -957234 or 13526257. OLE color: 13526257.
HSL color Cylindrical-coordinate representation of color #F164CE: hue angle of 314.89º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164CE is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 206 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.05 |
| HSL | 314.89º | 0.83% | 0.67% | - |
| HSV(B) | 314.89º | 0.59% | 0.95% | - |
| XYZ | 51.97 | 32.27 | 61.88 | - |
| YUV | 154.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 206 | 0 | 0.59 | 0.15 | 0.05 | 314.89 | 0.83 | 0.67 |
| Hex | F1 | 64 | CE | 0 | 3B | F | 5 | 13B | 53 | 43 |
| Octal | 361 | 144 | 316 | 0 | 73 | 17 | 5 | 473 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11001110 | 0 | 111011 | 1111 | 101 | 100111011 | 1010011 | 1000011 |
Color Harmonies of #F164CE
Complementary color
Monochromatic Colors of #F164CE
Black with #F164CE
Text Example
Text Example
White with #F164CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164CE; }
p { color: rgb(241,100,206); }
H1.HeaderClassName
{
color: #F164CE;
}
.AnyTagClassName
{
color: #F164CE;
}
</style>
background-color css
<style>
a { background-color: #F164CE; }
a { background-color: rgb(241,100,206); }
div.DivClassName
{
background-color: #F164CE;
}
.BgClassName
{
background-color: #F164CE;
}
</style>
border-color css
<style>
span { border-color: #F164CE; }
span { border-color: rgb(241,100,206); }
td.TdClassName
{
border-color: #F164CE;
}
.TagClassName
{
border-color: #F164CE;
}
</style>