Shades of Neon Pink #F17AD0
Tints of Neon Pink #F17AD0
RGB
CMYK
RGB Variations
Color information
#F17AD0 (or 0xF17AD0) is known color: Neon Pink. HEX triplet: F1, 7A and D0. RGB value is (241,122,208). Sum of RGB (Red+Green+Blue) = 241+122+208=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AD0 is #0E852F. Grayscale: #A7A7A7. Windows color (decimal): -951600 or 13662961. OLE color: 13662961.
HSL color Cylindrical-coordinate representation of color #F17AD0: hue angle of 316.64º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17AD0 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 208 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.05 |
| HSL | 316.64º | 0.81% | 0.71% | - |
| HSV(B) | 316.64º | 0.49% | 0.95% | - |
| XYZ | 54.62 | 37.17 | 63.97 | - |
| YUV | 167.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 208 | 0 | 0.49 | 0.14 | 0.05 | 316.64 | 0.81 | 0.71 |
| Hex | F1 | 7A | D0 | 0 | 31 | E | 5 | 13D | 51 | 47 |
| Octal | 361 | 172 | 320 | 0 | 61 | 16 | 5 | 475 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11010000 | 0 | 110001 | 1110 | 101 | 100111101 | 1010001 | 1000111 |
Color Harmonies of #F17AD0
Complementary color
Monochromatic Colors of #F17AD0
Black with #F17AD0
Text Example
Text Example
White with #F17AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17AD0; }
p { color: rgb(241,122,208); }
H1.HeaderClassName
{
color: #F17AD0;
}
.AnyTagClassName
{
color: #F17AD0;
}
</style>
background-color css
<style>
a { background-color: #F17AD0; }
a { background-color: rgb(241,122,208); }
div.DivClassName
{
background-color: #F17AD0;
}
.BgClassName
{
background-color: #F17AD0;
}
</style>
border-color css
<style>
span { border-color: #F17AD0; }
span { border-color: rgb(241,122,208); }
td.TdClassName
{
border-color: #F17AD0;
}
.TagClassName
{
border-color: #F17AD0;
}
</style>