Shades of Neon Pink #FE72D0
Tints of Neon Pink #FE72D0
RGB
CMYK
RGB Variations
Color information
#FE72D0 (or 0xFE72D0) is known color: Neon Pink. HEX triplet: FE, 72 and D0. RGB value is (254,114,208). Sum of RGB (Red+Green+Blue) = 254+114+208=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72D0 is #018D2F. Grayscale: #A6A6A6. Windows color (decimal): -101680 or 13660926. OLE color: 13660926.
HSL color Cylindrical-coordinate representation of color #FE72D0: hue angle of 319.71º 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 #FE72D0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 208 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.00 |
| HSL | 319.71º | 0.99% | 0.72% | - |
| HSV(B) | 319.71º | 0.55% | 1% | - |
| XYZ | 58.28 | 37.66 | 63.87 | - |
| YUV | 166.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 208 | 0 | 0.55 | 0.18 | 0.00 | 319.71 | 0.99 | 0.72 |
| Hex | FE | 72 | D0 | 0 | 37 | 12 | 0 | 140 | 63 | 48 |
| Octal | 376 | 162 | 320 | 0 | 67 | 22 | 0 | 500 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11010000 | 0 | 110111 | 10010 | 0 | 101000000 | 1100011 | 1001000 |
Color Harmonies of #FE72D0
Complementary color
Monochromatic Colors of #FE72D0
Black with #FE72D0
Text Example
Text Example
White with #FE72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72D0; }
p { color: rgb(254,114,208); }
H1.HeaderClassName
{
color: #FE72D0;
}
.AnyTagClassName
{
color: #FE72D0;
}
</style>
background-color css
<style>
a { background-color: #FE72D0; }
a { background-color: rgb(254,114,208); }
div.DivClassName
{
background-color: #FE72D0;
}
.BgClassName
{
background-color: #FE72D0;
}
</style>
border-color css
<style>
span { border-color: #FE72D0; }
span { border-color: rgb(254,114,208); }
td.TdClassName
{
border-color: #FE72D0;
}
.TagClassName
{
border-color: #FE72D0;
}
</style>