Shades of Neon Pink #FF72D0
Tints of Neon Pink #FF72D0
RGB
CMYK
RGB Variations
Color information
#FF72D0 (or 0xFF72D0) is known color: Neon Pink. HEX triplet: FF, 72 and D0. RGB value is (255,114,208). Sum of RGB (Red+Green+Blue) = 255+114+208=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D0 is #008D2F. Grayscale: #A6A6A6. Windows color (decimal): -36144 or 13660927. OLE color: 13660927.
HSL color Cylindrical-coordinate representation of color #FF72D0: hue angle of 320º 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 #FF72D0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 208 | - |
| CMYK | 0 | 0.55 | 0.18 | 0 |
| HSL | 320º | 1% | 0.72% | - |
| HSV(B) | 320º | 0.55% | 1% | - |
| XYZ | 58.64 | 37.85 | 63.89 | - |
| YUV | 166.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 208 | 0 | 0.55 | 0.18 | 0 | 320 | 1 | 0.72 |
| Hex | FF | 72 | D0 | 0 | 37 | 12 | 0 | 140 | 64 | 48 |
| Octal | 377 | 162 | 320 | 0 | 67 | 22 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11010000 | 0 | 110111 | 10010 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF72D0
Complementary color
Monochromatic Colors of #FF72D0
Black with #FF72D0
Text Example
Text Example
White with #FF72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72D0; }
p { color: rgb(255,114,208); }
H1.HeaderClassName
{
color: #FF72D0;
}
.AnyTagClassName
{
color: #FF72D0;
}
</style>
background-color css
<style>
a { background-color: #FF72D0; }
a { background-color: rgb(255,114,208); }
div.DivClassName
{
background-color: #FF72D0;
}
.BgClassName
{
background-color: #FF72D0;
}
</style>
border-color css
<style>
span { border-color: #FF72D0; }
span { border-color: rgb(255,114,208); }
td.TdClassName
{
border-color: #FF72D0;
}
.TagClassName
{
border-color: #FF72D0;
}
</style>