Shades of Neon Pink #FF72C7
Tints of Neon Pink #FF72C7
RGB
CMYK
RGB Variations
Color information
#FF72C7 (or 0xFF72C7) is known color: Neon Pink. HEX triplet: FF, 72 and C7. RGB value is (255,114,199). Sum of RGB (Red+Green+Blue) = 255+114+199=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C7 is #008D38. Grayscale: #A5A5A5. Windows color (decimal): -36153 or 13071103. OLE color: 13071103.
HSL color Cylindrical-coordinate representation of color #FF72C7: hue angle of 323.83º 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 #FF72C7 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 199 | - |
| CMYK | 0 | 0.55 | 0.22 | 0 |
| HSL | 323.83º | 1% | 0.72% | - |
| HSV(B) | 323.83º | 0.55% | 1% | - |
| XYZ | 57.57 | 37.42 | 58.22 | - |
| YUV | 165.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 199 | 0 | 0.55 | 0.22 | 0 | 323.83 | 1 | 0.72 |
| Hex | FF | 72 | C7 | 0 | 37 | 16 | 0 | 144 | 64 | 48 |
| Octal | 377 | 162 | 307 | 0 | 67 | 26 | 0 | 504 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11000111 | 0 | 110111 | 10110 | 0 | 101000100 | 1100100 | 1001000 |
Color Harmonies of #FF72C7
Complementary color
Monochromatic Colors of #FF72C7
Black with #FF72C7
Text Example
Text Example
White with #FF72C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72C7; }
p { color: rgb(255,114,199); }
H1.HeaderClassName
{
color: #FF72C7;
}
.AnyTagClassName
{
color: #FF72C7;
}
</style>
background-color css
<style>
a { background-color: #FF72C7; }
a { background-color: rgb(255,114,199); }
div.DivClassName
{
background-color: #FF72C7;
}
.BgClassName
{
background-color: #FF72C7;
}
</style>
border-color css
<style>
span { border-color: #FF72C7; }
span { border-color: rgb(255,114,199); }
td.TdClassName
{
border-color: #FF72C7;
}
.TagClassName
{
border-color: #FF72C7;
}
</style>