Shades of Neon Pink #F17ACE
Tints of Neon Pink #F17ACE
RGB
CMYK
RGB Variations
Color information
#F17ACE (or 0xF17ACE) is known color: Neon Pink. HEX triplet: F1, 7A and CE. RGB value is (241,122,206). Sum of RGB (Red+Green+Blue) = 241+122+206=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ACE is #0E8531. Grayscale: #A6A6A6. Windows color (decimal): -951602 or 13531889. OLE color: 13531889.
HSL color Cylindrical-coordinate representation of color #F17ACE: hue angle of 317.65º 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 #F17ACE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 206 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.05 |
| HSL | 317.65º | 0.81% | 0.71% | - |
| HSV(B) | 317.65º | 0.49% | 0.95% | - |
| XYZ | 54.38 | 37.08 | 62.68 | - |
| YUV | 167.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 206 | 0 | 0.49 | 0.15 | 0.05 | 317.65 | 0.81 | 0.71 |
| Hex | F1 | 7A | CE | 0 | 31 | F | 5 | 13E | 51 | 47 |
| Octal | 361 | 172 | 316 | 0 | 61 | 17 | 5 | 476 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11001110 | 0 | 110001 | 1111 | 101 | 100111110 | 1010001 | 1000111 |
Color Harmonies of #F17ACE
Complementary color
Monochromatic Colors of #F17ACE
Black with #F17ACE
Text Example
Text Example
White with #F17ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ACE; }
p { color: rgb(241,122,206); }
H1.HeaderClassName
{
color: #F17ACE;
}
.AnyTagClassName
{
color: #F17ACE;
}
</style>
background-color css
<style>
a { background-color: #F17ACE; }
a { background-color: rgb(241,122,206); }
div.DivClassName
{
background-color: #F17ACE;
}
.BgClassName
{
background-color: #F17ACE;
}
</style>
border-color css
<style>
span { border-color: #F17ACE; }
span { border-color: rgb(241,122,206); }
td.TdClassName
{
border-color: #F17ACE;
}
.TagClassName
{
border-color: #F17ACE;
}
</style>