Shades of Neon Pink #FF72D1
Tints of Neon Pink #FF72D1
RGB
CMYK
RGB Variations
Color information
#FF72D1 (or 0xFF72D1) is known color: Neon Pink. HEX triplet: FF, 72 and D1. RGB value is (255,114,209). Sum of RGB (Red+Green+Blue) = 255+114+209=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D1 is #008D2E. Grayscale: #A6A6A6. Windows color (decimal): -36143 or 13726463. OLE color: 13726463.
HSL color Cylindrical-coordinate representation of color #FF72D1: hue angle of 319.57º 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 #FF72D1 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 209 | - |
| CMYK | 0 | 0.55 | 0.18 | 0 |
| HSL | 319.57º | 1% | 0.72% | - |
| HSV(B) | 319.57º | 0.55% | 1% | - |
| XYZ | 58.77 | 37.9 | 64.54 | - |
| YUV | 166.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 209 | 0 | 0.55 | 0.18 | 0 | 319.57 | 1 | 0.72 |
| Hex | FF | 72 | D1 | 0 | 37 | 12 | 0 | 140 | 64 | 48 |
| Octal | 377 | 162 | 321 | 0 | 67 | 22 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11010001 | 0 | 110111 | 10010 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF72D1
Complementary color
Monochromatic Colors of #FF72D1
Black with #FF72D1
Text Example
Text Example
White with #FF72D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72D1; }
p { color: rgb(255,114,209); }
H1.HeaderClassName
{
color: #FF72D1;
}
.AnyTagClassName
{
color: #FF72D1;
}
</style>
background-color css
<style>
a { background-color: #FF72D1; }
a { background-color: rgb(255,114,209); }
div.DivClassName
{
background-color: #FF72D1;
}
.BgClassName
{
background-color: #FF72D1;
}
</style>
border-color css
<style>
span { border-color: #FF72D1; }
span { border-color: rgb(255,114,209); }
td.TdClassName
{
border-color: #FF72D1;
}
.TagClassName
{
border-color: #FF72D1;
}
</style>