Shades of Neon Pink #F169C8
Tints of Neon Pink #F169C8
RGB
CMYK
RGB Variations
Color information
#F169C8 (or 0xF169C8) is known color: Neon Pink. HEX triplet: F1, 69 and C8. RGB value is (241,105,200). Sum of RGB (Red+Green+Blue) = 241+105+200=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F169C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169C8 is #0E9637. Grayscale: #9C9C9C. Windows color (decimal): -955960 or 13134321. OLE color: 13134321.
HSL color Cylindrical-coordinate representation of color #F169C8: hue angle of 318.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169C8 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 200 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.05 |
| HSL | 318.09º | 0.83% | 0.68% | - |
| HSV(B) | 318.09º | 0.56% | 0.95% | - |
| XYZ | 51.75 | 32.97 | 58.28 | - |
| YUV | 156.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 200 | 0 | 0.56 | 0.17 | 0.05 | 318.09 | 0.83 | 0.68 |
| Hex | F1 | 69 | C8 | 0 | 38 | 11 | 5 | 13E | 53 | 44 |
| Octal | 361 | 151 | 310 | 0 | 70 | 21 | 5 | 476 | 123 | 104 |
| Binary | 11110001 | 1101001 | 11001000 | 0 | 111000 | 10001 | 101 | 100111110 | 1010011 | 1000100 |
Color Harmonies of #F169C8
Complementary color
Monochromatic Colors of #F169C8
Black with #F169C8
Text Example
Text Example
White with #F169C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169C8; }
p { color: rgb(241,105,200); }
H1.HeaderClassName
{
color: #F169C8;
}
.AnyTagClassName
{
color: #F169C8;
}
</style>
background-color css
<style>
a { background-color: #F169C8; }
a { background-color: rgb(241,105,200); }
div.DivClassName
{
background-color: #F169C8;
}
.BgClassName
{
background-color: #F169C8;
}
</style>
border-color css
<style>
span { border-color: #F169C8; }
span { border-color: rgb(241,105,200); }
td.TdClassName
{
border-color: #F169C8;
}
.TagClassName
{
border-color: #F169C8;
}
</style>