Shades of Neon Pink #F170D3
Tints of Neon Pink #F170D3
RGB
CMYK
RGB Variations
Color information
#F170D3 (or 0xF170D3) is known color: Neon Pink. HEX triplet: F1, 70 and D3. RGB value is (241,112,211). Sum of RGB (Red+Green+Blue) = 241+112+211=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F170D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170D3 is #0E8F2C. Grayscale: #A1A1A1. Windows color (decimal): -954157 or 13857009. OLE color: 13857009.
HSL color Cylindrical-coordinate representation of color #F170D3: hue angle of 313.95º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170D3 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 211 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 313.95º | 0.82% | 0.69% | - |
| HSV(B) | 313.95º | 0.54% | 0.95% | - |
| XYZ | 53.83 | 34.99 | 65.55 | - |
| YUV | 161.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 211 | 0 | 0.54 | 0.12 | 0.05 | 313.95 | 0.82 | 0.69 |
| Hex | F1 | 70 | D3 | 0 | 36 | C | 5 | 13A | 52 | 45 |
| Octal | 361 | 160 | 323 | 0 | 66 | 14 | 5 | 472 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11010011 | 0 | 110110 | 1100 | 101 | 100111010 | 1010010 | 1000101 |
Color Harmonies of #F170D3
Complementary color
Monochromatic Colors of #F170D3
Black with #F170D3
Text Example
Text Example
White with #F170D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170D3; }
p { color: rgb(241,112,211); }
H1.HeaderClassName
{
color: #F170D3;
}
.AnyTagClassName
{
color: #F170D3;
}
</style>
background-color css
<style>
a { background-color: #F170D3; }
a { background-color: rgb(241,112,211); }
div.DivClassName
{
background-color: #F170D3;
}
.BgClassName
{
background-color: #F170D3;
}
</style>
border-color css
<style>
span { border-color: #F170D3; }
span { border-color: rgb(241,112,211); }
td.TdClassName
{
border-color: #F170D3;
}
.TagClassName
{
border-color: #F170D3;
}
</style>