Shades of Neon Pink #FE72CE
Tints of Neon Pink #FE72CE
RGB
CMYK
RGB Variations
Color information
#FE72CE (or 0xFE72CE) is known color: Neon Pink. HEX triplet: FE, 72 and CE. RGB value is (254,114,206). Sum of RGB (Red+Green+Blue) = 254+114+206=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72CE is #018D31. Grayscale: #A6A6A6. Windows color (decimal): -101682 or 13529854. OLE color: 13529854.
HSL color Cylindrical-coordinate representation of color #FE72CE: hue angle of 320.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 #FE72CE is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 206 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.00 |
| HSL | 320.57º | 0.99% | 0.72% | - |
| HSV(B) | 320.57º | 0.55% | 1% | - |
| XYZ | 58.03 | 37.56 | 62.58 | - |
| YUV | 166.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 206 | 0 | 0.55 | 0.19 | 0.00 | 320.57 | 0.99 | 0.72 |
| Hex | FE | 72 | CE | 0 | 37 | 13 | 0 | 141 | 63 | 48 |
| Octal | 376 | 162 | 316 | 0 | 67 | 23 | 0 | 501 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11001110 | 0 | 110111 | 10011 | 0 | 101000001 | 1100011 | 1001000 |
Color Harmonies of #FE72CE
Complementary color
Monochromatic Colors of #FE72CE
Black with #FE72CE
Text Example
Text Example
White with #FE72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72CE; }
p { color: rgb(254,114,206); }
H1.HeaderClassName
{
color: #FE72CE;
}
.AnyTagClassName
{
color: #FE72CE;
}
</style>
background-color css
<style>
a { background-color: #FE72CE; }
a { background-color: rgb(254,114,206); }
div.DivClassName
{
background-color: #FE72CE;
}
.BgClassName
{
background-color: #FE72CE;
}
</style>
border-color css
<style>
span { border-color: #FE72CE; }
span { border-color: rgb(254,114,206); }
td.TdClassName
{
border-color: #FE72CE;
}
.TagClassName
{
border-color: #FE72CE;
}
</style>