Shades of Neon Pink #FE72C0
Tints of Neon Pink #FE72C0
RGB
CMYK
RGB Variations
Color information
#FE72C0 (or 0xFE72C0) is known color: Neon Pink. HEX triplet: FE, 72 and C0. RGB value is (254,114,192). Sum of RGB (Red+Green+Blue) = 254+114+192=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C0 is #018D3F. Grayscale: #A4A4A4. Windows color (decimal): -101696 or 12612350. OLE color: 12612350.
HSL color Cylindrical-coordinate representation of color #FE72C0: hue angle of 326.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72C0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 192 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.00 |
| HSL | 326.57º | 0.99% | 0.72% | - |
| HSV(B) | 326.57º | 0.55% | 1% | - |
| XYZ | 56.4 | 36.91 | 54.02 | - |
| YUV | 164.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 192 | 0 | 0.55 | 0.24 | 0.00 | 326.57 | 0.99 | 0.72 |
| Hex | FE | 72 | C0 | 0 | 37 | 18 | 0 | 147 | 63 | 48 |
| Octal | 376 | 162 | 300 | 0 | 67 | 30 | 0 | 507 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11000000 | 0 | 110111 | 11000 | 0 | 101000111 | 1100011 | 1001000 |
Color Harmonies of #FE72C0
Complementary color
Monochromatic Colors of #FE72C0
Black with #FE72C0
Text Example
Text Example
White with #FE72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72C0; }
p { color: rgb(254,114,192); }
H1.HeaderClassName
{
color: #FE72C0;
}
.AnyTagClassName
{
color: #FE72C0;
}
</style>
background-color css
<style>
a { background-color: #FE72C0; }
a { background-color: rgb(254,114,192); }
div.DivClassName
{
background-color: #FE72C0;
}
.BgClassName
{
background-color: #FE72C0;
}
</style>
border-color css
<style>
span { border-color: #FE72C0; }
span { border-color: rgb(254,114,192); }
td.TdClassName
{
border-color: #FE72C0;
}
.TagClassName
{
border-color: #FE72C0;
}
</style>