Shades of Neon Pink #FE72CF
Tints of Neon Pink #FE72CF
RGB
CMYK
RGB Variations
Color information
#FE72CF (or 0xFE72CF) is known color: Neon Pink. HEX triplet: FE, 72 and CF. RGB value is (254,114,207). Sum of RGB (Red+Green+Blue) = 254+114+207=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72CF is #018D30. Grayscale: #A6A6A6. Windows color (decimal): -101681 or 13595390. OLE color: 13595390.
HSL color Cylindrical-coordinate representation of color #FE72CF: hue angle of 320.14º 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 #FE72CF is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 207 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.00 |
| HSL | 320.14º | 0.99% | 0.72% | - |
| HSV(B) | 320.14º | 0.55% | 1% | - |
| XYZ | 58.15 | 37.61 | 63.23 | - |
| YUV | 166.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 207 | 0 | 0.55 | 0.19 | 0.00 | 320.14 | 0.99 | 0.72 |
| Hex | FE | 72 | CF | 0 | 37 | 13 | 0 | 140 | 63 | 48 |
| Octal | 376 | 162 | 317 | 0 | 67 | 23 | 0 | 500 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11001111 | 0 | 110111 | 10011 | 0 | 101000000 | 1100011 | 1001000 |
Color Harmonies of #FE72CF
Complementary color
Monochromatic Colors of #FE72CF
Black with #FE72CF
Text Example
Text Example
White with #FE72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72CF; }
p { color: rgb(254,114,207); }
H1.HeaderClassName
{
color: #FE72CF;
}
.AnyTagClassName
{
color: #FE72CF;
}
</style>
background-color css
<style>
a { background-color: #FE72CF; }
a { background-color: rgb(254,114,207); }
div.DivClassName
{
background-color: #FE72CF;
}
.BgClassName
{
background-color: #FE72CF;
}
</style>
border-color css
<style>
span { border-color: #FE72CF; }
span { border-color: rgb(254,114,207); }
td.TdClassName
{
border-color: #FE72CF;
}
.TagClassName
{
border-color: #FE72CF;
}
</style>