Shades of Neon Pink #FF75D9
Tints of Neon Pink #FF75D9
RGB
CMYK
RGB Variations
Color information
#FF75D9 (or 0xFF75D9) is known color: Neon Pink. HEX triplet: FF, 75 and D9. RGB value is (255,117,217). Sum of RGB (Red+Green+Blue) = 255+117+217=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75D9 is #008A26. Grayscale: #A9A9A9. Windows color (decimal): -35367 or 14251519. OLE color: 14251519.
HSL color Cylindrical-coordinate representation of color #FF75D9: hue angle of 316.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75D9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 217 | - |
| CMYK | 0 | 0.54 | 0.15 | 0 |
| HSL | 316.52º | 1% | 0.73% | - |
| HSV(B) | 316.52º | 0.54% | 1% | - |
| XYZ | 60.13 | 38.99 | 70 | - |
| YUV | 169.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 217 | 0 | 0.54 | 0.15 | 0 | 316.52 | 1 | 0.73 |
| Hex | FF | 75 | D9 | 0 | 36 | F | 0 | 13D | 64 | 49 |
| Octal | 377 | 165 | 331 | 0 | 66 | 17 | 0 | 475 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11011001 | 0 | 110110 | 1111 | 0 | 100111101 | 1100100 | 1001001 |
Color Harmonies of #FF75D9
Complementary color
Monochromatic Colors of #FF75D9
Black with #FF75D9
Text Example
Text Example
White with #FF75D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75D9; }
p { color: rgb(255,117,217); }
H1.HeaderClassName
{
color: #FF75D9;
}
.AnyTagClassName
{
color: #FF75D9;
}
</style>
background-color css
<style>
a { background-color: #FF75D9; }
a { background-color: rgb(255,117,217); }
div.DivClassName
{
background-color: #FF75D9;
}
.BgClassName
{
background-color: #FF75D9;
}
</style>
border-color css
<style>
span { border-color: #FF75D9; }
span { border-color: rgb(255,117,217); }
td.TdClassName
{
border-color: #FF75D9;
}
.TagClassName
{
border-color: #FF75D9;
}
</style>