Shades of Neon Pink #FE72C5
Tints of Neon Pink #FE72C5
RGB
CMYK
RGB Variations
Color information
#FE72C5 (or 0xFE72C5) is known color: Neon Pink. HEX triplet: FE, 72 and C5. RGB value is (254,114,197). Sum of RGB (Red+Green+Blue) = 254+114+197=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C5 is #018D3A. Grayscale: #A5A5A5. Windows color (decimal): -101691 or 12940030. OLE color: 12940030.
HSL color Cylindrical-coordinate representation of color #FE72C5: hue angle of 324.43º 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 #FE72C5 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 197 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.00 |
| HSL | 324.43º | 0.99% | 0.72% | - |
| HSV(B) | 324.43º | 0.55% | 1% | - |
| XYZ | 56.97 | 37.14 | 56.99 | - |
| YUV | 165.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 197 | 0 | 0.55 | 0.22 | 0.00 | 324.43 | 0.99 | 0.72 |
| Hex | FE | 72 | C5 | 0 | 37 | 16 | 0 | 144 | 63 | 48 |
| Octal | 376 | 162 | 305 | 0 | 67 | 26 | 0 | 504 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11000101 | 0 | 110111 | 10110 | 0 | 101000100 | 1100011 | 1001000 |
Color Harmonies of #FE72C5
Complementary color
Monochromatic Colors of #FE72C5
Black with #FE72C5
Text Example
Text Example
White with #FE72C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72C5; }
p { color: rgb(254,114,197); }
H1.HeaderClassName
{
color: #FE72C5;
}
.AnyTagClassName
{
color: #FE72C5;
}
</style>
background-color css
<style>
a { background-color: #FE72C5; }
a { background-color: rgb(254,114,197); }
div.DivClassName
{
background-color: #FE72C5;
}
.BgClassName
{
background-color: #FE72C5;
}
</style>
border-color css
<style>
span { border-color: #FE72C5; }
span { border-color: rgb(254,114,197); }
td.TdClassName
{
border-color: #FE72C5;
}
.TagClassName
{
border-color: #FE72C5;
}
</style>