Shades of Neon Pink #F164C0
Tints of Neon Pink #F164C0
RGB
CMYK
RGB Variations
Color information
#F164C0 (or 0xF164C0) is known color: Neon Pink. HEX triplet: F1, 64 and C0. RGB value is (241,100,192). Sum of RGB (Red+Green+Blue) = 241+100+192=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F164C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164C0 is #0E9B3F. Grayscale: #989898. Windows color (decimal): -957248 or 12608753. OLE color: 12608753.
HSL color Cylindrical-coordinate representation of color #F164C0: hue angle of 320.85º 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 #F164C0 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 192 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.05 |
| HSL | 320.85º | 0.83% | 0.67% | - |
| HSV(B) | 320.85º | 0.59% | 0.95% | - |
| XYZ | 50.35 | 31.62 | 53.32 | - |
| YUV | 152.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 192 | 0 | 0.59 | 0.20 | 0.05 | 320.85 | 0.83 | 0.67 |
| Hex | F1 | 64 | C0 | 0 | 3B | 14 | 5 | 141 | 53 | 43 |
| Octal | 361 | 144 | 300 | 0 | 73 | 24 | 5 | 501 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11000000 | 0 | 111011 | 10100 | 101 | 101000001 | 1010011 | 1000011 |
Color Harmonies of #F164C0
Complementary color
Monochromatic Colors of #F164C0
Black with #F164C0
Text Example
Text Example
White with #F164C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164C0; }
p { color: rgb(241,100,192); }
H1.HeaderClassName
{
color: #F164C0;
}
.AnyTagClassName
{
color: #F164C0;
}
</style>
background-color css
<style>
a { background-color: #F164C0; }
a { background-color: rgb(241,100,192); }
div.DivClassName
{
background-color: #F164C0;
}
.BgClassName
{
background-color: #F164C0;
}
</style>
border-color css
<style>
span { border-color: #F164C0; }
span { border-color: rgb(241,100,192); }
td.TdClassName
{
border-color: #F164C0;
}
.TagClassName
{
border-color: #F164C0;
}
</style>