Shades of Neon Pink #FF72C2
Tints of Neon Pink #FF72C2
RGB
CMYK
RGB Variations
Color information
#FF72C2 (or 0xFF72C2) is known color: Neon Pink. HEX triplet: FF, 72 and C2. RGB value is (255,114,194). Sum of RGB (Red+Green+Blue) = 255+114+194=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72C2 is #008D3D. Grayscale: #A5A5A5. Windows color (decimal): -36158 or 12743423. OLE color: 12743423.
HSL color Cylindrical-coordinate representation of color #FF72C2: hue angle of 325.96º 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 #FF72C2 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 194 | - |
| CMYK | 0 | 0.55 | 0.24 | 0 |
| HSL | 325.96º | 1% | 0.72% | - |
| HSV(B) | 325.96º | 0.55% | 1% | - |
| XYZ | 56.99 | 37.19 | 55.21 | - |
| YUV | 165.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 194 | 0 | 0.55 | 0.24 | 0 | 325.96 | 1 | 0.72 |
| Hex | FF | 72 | C2 | 0 | 37 | 18 | 0 | 146 | 64 | 48 |
| Octal | 377 | 162 | 302 | 0 | 67 | 30 | 0 | 506 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11000010 | 0 | 110111 | 11000 | 0 | 101000110 | 1100100 | 1001000 |
Color Harmonies of #FF72C2
Complementary color
Monochromatic Colors of #FF72C2
Black with #FF72C2
Text Example
Text Example
White with #FF72C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72C2; }
p { color: rgb(255,114,194); }
H1.HeaderClassName
{
color: #FF72C2;
}
.AnyTagClassName
{
color: #FF72C2;
}
</style>
background-color css
<style>
a { background-color: #FF72C2; }
a { background-color: rgb(255,114,194); }
div.DivClassName
{
background-color: #FF72C2;
}
.BgClassName
{
background-color: #FF72C2;
}
</style>
border-color css
<style>
span { border-color: #FF72C2; }
span { border-color: rgb(255,114,194); }
td.TdClassName
{
border-color: #FF72C2;
}
.TagClassName
{
border-color: #FF72C2;
}
</style>