Shades of Neon Pink #FF72D9
Tints of Neon Pink #FF72D9
RGB
CMYK
RGB Variations
Color information
#FF72D9 (or 0xFF72D9) is known color: Neon Pink. HEX triplet: FF, 72 and D9. RGB value is (255,114,217). Sum of RGB (Red+Green+Blue) = 255+114+217=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D9 is #008D26. Grayscale: #A7A7A7. Windows color (decimal): -36135 or 14250751. OLE color: 14250751.
HSL color Cylindrical-coordinate representation of color #FF72D9: hue angle of 316.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72D9 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 217 | - |
| CMYK | 0 | 0.55 | 0.15 | 0 |
| HSL | 316.17º | 1% | 0.72% | - |
| HSV(B) | 316.17º | 0.55% | 1% | - |
| XYZ | 59.78 | 38.3 | 69.89 | - |
| YUV | 167.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 217 | 0 | 0.55 | 0.15 | 0 | 316.17 | 1 | 0.72 |
| Hex | FF | 72 | D9 | 0 | 37 | F | 0 | 13C | 64 | 48 |
| Octal | 377 | 162 | 331 | 0 | 67 | 17 | 0 | 474 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11011001 | 0 | 110111 | 1111 | 0 | 100111100 | 1100100 | 1001000 |
Color Harmonies of #FF72D9
Complementary color
Monochromatic Colors of #FF72D9
Black with #FF72D9
Text Example
Text Example
White with #FF72D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72D9; }
p { color: rgb(255,114,217); }
H1.HeaderClassName
{
color: #FF72D9;
}
.AnyTagClassName
{
color: #FF72D9;
}
</style>
background-color css
<style>
a { background-color: #FF72D9; }
a { background-color: rgb(255,114,217); }
div.DivClassName
{
background-color: #FF72D9;
}
.BgClassName
{
background-color: #FF72D9;
}
</style>
border-color css
<style>
span { border-color: #FF72D9; }
span { border-color: rgb(255,114,217); }
td.TdClassName
{
border-color: #FF72D9;
}
.TagClassName
{
border-color: #FF72D9;
}
</style>