Shades of Neon Pink #F165C0
Tints of Neon Pink #F165C0
RGB
CMYK
RGB Variations
Color information
#F165C0 (or 0xF165C0) is known color: Neon Pink. HEX triplet: F1, 65 and C0. RGB value is (241,101,192). Sum of RGB (Red+Green+Blue) = 241+101+192=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F165C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165C0 is #0E9A3F. Grayscale: #999999. Windows color (decimal): -956992 or 12609009. OLE color: 12609009.
HSL color Cylindrical-coordinate representation of color #F165C0: hue angle of 321º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165C0 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 192 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.05 |
| HSL | 321º | 0.83% | 0.67% | - |
| HSV(B) | 321º | 0.58% | 0.95% | - |
| XYZ | 50.44 | 31.81 | 53.35 | - |
| YUV | 153.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 192 | 0 | 0.58 | 0.20 | 0.05 | 321 | 0.83 | 0.67 |
| Hex | F1 | 65 | C0 | 0 | 3A | 14 | 5 | 141 | 53 | 43 |
| Octal | 361 | 145 | 300 | 0 | 72 | 24 | 5 | 501 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11000000 | 0 | 111010 | 10100 | 101 | 101000001 | 1010011 | 1000011 |
Color Harmonies of #F165C0
Complementary color
Monochromatic Colors of #F165C0
Black with #F165C0
Text Example
Text Example
White with #F165C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165C0; }
p { color: rgb(241,101,192); }
H1.HeaderClassName
{
color: #F165C0;
}
.AnyTagClassName
{
color: #F165C0;
}
</style>
background-color css
<style>
a { background-color: #F165C0; }
a { background-color: rgb(241,101,192); }
div.DivClassName
{
background-color: #F165C0;
}
.BgClassName
{
background-color: #F165C0;
}
</style>
border-color css
<style>
span { border-color: #F165C0; }
span { border-color: rgb(241,101,192); }
td.TdClassName
{
border-color: #F165C0;
}
.TagClassName
{
border-color: #F165C0;
}
</style>