Shades of Neon Pink #FF72C9
Tints of Neon Pink #FF72C9
RGB
CMYK
RGB Variations
Color information
#FF72C9 (or 0xFF72C9) is known color: Neon Pink. HEX triplet: FF, 72 and C9. RGB value is (255,114,201). Sum of RGB (Red+Green+Blue) = 255+114+201=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C9 is #008D36. Grayscale: #A5A5A5. Windows color (decimal): -36151 or 13202175. OLE color: 13202175.
HSL color Cylindrical-coordinate representation of color #FF72C9: hue angle of 322.98º 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 #FF72C9 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 201 | - |
| CMYK | 0 | 0.55 | 0.21 | 0 |
| HSL | 322.98º | 1% | 0.72% | - |
| HSV(B) | 322.98º | 0.55% | 1% | - |
| XYZ | 57.8 | 37.51 | 59.45 | - |
| YUV | 166.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 201 | 0 | 0.55 | 0.21 | 0 | 322.98 | 1 | 0.72 |
| Hex | FF | 72 | C9 | 0 | 37 | 15 | 0 | 143 | 64 | 48 |
| Octal | 377 | 162 | 311 | 0 | 67 | 25 | 0 | 503 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11001001 | 0 | 110111 | 10101 | 0 | 101000011 | 1100100 | 1001000 |
Color Harmonies of #FF72C9
Complementary color
Monochromatic Colors of #FF72C9
Black with #FF72C9
Text Example
Text Example
White with #FF72C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72C9; }
p { color: rgb(255,114,201); }
H1.HeaderClassName
{
color: #FF72C9;
}
.AnyTagClassName
{
color: #FF72C9;
}
</style>
background-color css
<style>
a { background-color: #FF72C9; }
a { background-color: rgb(255,114,201); }
div.DivClassName
{
background-color: #FF72C9;
}
.BgClassName
{
background-color: #FF72C9;
}
</style>
border-color css
<style>
span { border-color: #FF72C9; }
span { border-color: rgb(255,114,201); }
td.TdClassName
{
border-color: #FF72C9;
}
.TagClassName
{
border-color: #FF72C9;
}
</style>