Shades of Neon Pink #FF72CF
Tints of Neon Pink #FF72CF
RGB
CMYK
RGB Variations
Color information
#FF72CF (or 0xFF72CF) is known color: Neon Pink. HEX triplet: FF, 72 and CF. RGB value is (255,114,207). Sum of RGB (Red+Green+Blue) = 255+114+207=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72CF is #008D30. Grayscale: #A6A6A6. Windows color (decimal): -36145 or 13595391. OLE color: 13595391.
HSL color Cylindrical-coordinate representation of color #FF72CF: hue angle of 320.43º 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 #FF72CF is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 207 | - |
| CMYK | 0 | 0.55 | 0.19 | 0 |
| HSL | 320.43º | 1% | 0.72% | - |
| HSV(B) | 320.43º | 0.55% | 1% | - |
| XYZ | 58.52 | 37.8 | 63.24 | - |
| YUV | 166.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 207 | 0 | 0.55 | 0.19 | 0 | 320.43 | 1 | 0.72 |
| Hex | FF | 72 | CF | 0 | 37 | 13 | 0 | 140 | 64 | 48 |
| Octal | 377 | 162 | 317 | 0 | 67 | 23 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11001111 | 0 | 110111 | 10011 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF72CF
Complementary color
Monochromatic Colors of #FF72CF
Black with #FF72CF
Text Example
Text Example
White with #FF72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72CF; }
p { color: rgb(255,114,207); }
H1.HeaderClassName
{
color: #FF72CF;
}
.AnyTagClassName
{
color: #FF72CF;
}
</style>
background-color css
<style>
a { background-color: #FF72CF; }
a { background-color: rgb(255,114,207); }
div.DivClassName
{
background-color: #FF72CF;
}
.BgClassName
{
background-color: #FF72CF;
}
</style>
border-color css
<style>
span { border-color: #FF72CF; }
span { border-color: rgb(255,114,207); }
td.TdClassName
{
border-color: #FF72CF;
}
.TagClassName
{
border-color: #FF72CF;
}
</style>