Shades of Neon Pink #FF72C6
Tints of Neon Pink #FF72C6
RGB
CMYK
RGB Variations
Color information
#FF72C6 (or 0xFF72C6) is known color: Neon Pink. HEX triplet: FF, 72 and C6. RGB value is (255,114,198). Sum of RGB (Red+Green+Blue) = 255+114+198=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C6 is #008D39. Grayscale: #A5A5A5. Windows color (decimal): -36154 or 13005567. OLE color: 13005567.
HSL color Cylindrical-coordinate representation of color #FF72C6: hue angle of 324.26º 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 #FF72C6 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 198 | - |
| CMYK | 0 | 0.55 | 0.22 | 0 |
| HSL | 324.26º | 1% | 0.72% | - |
| HSV(B) | 324.26º | 0.55% | 1% | - |
| XYZ | 57.45 | 37.37 | 57.61 | - |
| YUV | 165.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 198 | 0 | 0.55 | 0.22 | 0 | 324.26 | 1 | 0.72 |
| Hex | FF | 72 | C6 | 0 | 37 | 16 | 0 | 144 | 64 | 48 |
| Octal | 377 | 162 | 306 | 0 | 67 | 26 | 0 | 504 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11000110 | 0 | 110111 | 10110 | 0 | 101000100 | 1100100 | 1001000 |
Color Harmonies of #FF72C6
Complementary color
Monochromatic Colors of #FF72C6
Black with #FF72C6
Text Example
Text Example
White with #FF72C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72C6; }
p { color: rgb(255,114,198); }
H1.HeaderClassName
{
color: #FF72C6;
}
.AnyTagClassName
{
color: #FF72C6;
}
</style>
background-color css
<style>
a { background-color: #FF72C6; }
a { background-color: rgb(255,114,198); }
div.DivClassName
{
background-color: #FF72C6;
}
.BgClassName
{
background-color: #FF72C6;
}
</style>
border-color css
<style>
span { border-color: #FF72C6; }
span { border-color: rgb(255,114,198); }
td.TdClassName
{
border-color: #FF72C6;
}
.TagClassName
{
border-color: #FF72C6;
}
</style>