Shades of Neon Pink #FF72D8
Tints of Neon Pink #FF72D8
RGB
CMYK
RGB Variations
Color information
#FF72D8 (or 0xFF72D8) is known color: Neon Pink. HEX triplet: FF, 72 and D8. RGB value is (255,114,216). Sum of RGB (Red+Green+Blue) = 255+114+216=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D8 is #008D27. Grayscale: #A7A7A7. Windows color (decimal): -36136 or 14185215. OLE color: 14185215.
HSL color Cylindrical-coordinate representation of color #FF72D8: hue angle of 316.6º 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 #FF72D8 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 216 | - |
| CMYK | 0 | 0.55 | 0.15 | 0 |
| HSL | 316.6º | 1% | 0.72% | - |
| HSV(B) | 316.6º | 0.55% | 1% | - |
| XYZ | 59.65 | 38.25 | 69.21 | - |
| YUV | 167.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 216 | 0 | 0.55 | 0.15 | 0 | 316.6 | 1 | 0.72 |
| Hex | FF | 72 | D8 | 0 | 37 | F | 0 | 13D | 64 | 48 |
| Octal | 377 | 162 | 330 | 0 | 67 | 17 | 0 | 475 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11011000 | 0 | 110111 | 1111 | 0 | 100111101 | 1100100 | 1001000 |
Color Harmonies of #FF72D8
Complementary color
Monochromatic Colors of #FF72D8
Black with #FF72D8
Text Example
Text Example
White with #FF72D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72D8; }
p { color: rgb(255,114,216); }
H1.HeaderClassName
{
color: #FF72D8;
}
.AnyTagClassName
{
color: #FF72D8;
}
</style>
background-color css
<style>
a { background-color: #FF72D8; }
a { background-color: rgb(255,114,216); }
div.DivClassName
{
background-color: #FF72D8;
}
.BgClassName
{
background-color: #FF72D8;
}
</style>
border-color css
<style>
span { border-color: #FF72D8; }
span { border-color: rgb(255,114,216); }
td.TdClassName
{
border-color: #FF72D8;
}
.TagClassName
{
border-color: #FF72D8;
}
</style>