Shades of Neon Pink #FE72BD
Tints of Neon Pink #FE72BD
RGB
CMYK
RGB Variations
Color information
#FE72BD (or 0xFE72BD) is known color: Neon Pink. HEX triplet: FE, 72 and BD. RGB value is (254,114,189). Sum of RGB (Red+Green+Blue) = 254+114+189=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72BD is #018D42. Grayscale: #A4A4A4. Windows color (decimal): -101699 or 12415742. OLE color: 12415742.
HSL color Cylindrical-coordinate representation of color #FE72BD: hue angle of 327.86º 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 #FE72BD is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 189 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.00 |
| HSL | 327.86º | 0.99% | 0.72% | - |
| HSV(B) | 327.86º | 0.55% | 1% | - |
| XYZ | 56.08 | 36.78 | 52.29 | - |
| YUV | 164.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 189 | 0 | 0.55 | 0.26 | 0.00 | 327.86 | 0.99 | 0.72 |
| Hex | FE | 72 | BD | 0 | 37 | 1A | 0 | 148 | 63 | 48 |
| Octal | 376 | 162 | 275 | 0 | 67 | 32 | 0 | 510 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10111101 | 0 | 110111 | 11010 | 0 | 101001000 | 1100011 | 1001000 |
Color Harmonies of #FE72BD
Complementary color
Monochromatic Colors of #FE72BD
Black with #FE72BD
Text Example
Text Example
White with #FE72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72BD; }
p { color: rgb(254,114,189); }
H1.HeaderClassName
{
color: #FE72BD;
}
.AnyTagClassName
{
color: #FE72BD;
}
</style>
background-color css
<style>
a { background-color: #FE72BD; }
a { background-color: rgb(254,114,189); }
div.DivClassName
{
background-color: #FE72BD;
}
.BgClassName
{
background-color: #FE72BD;
}
</style>
border-color css
<style>
span { border-color: #FE72BD; }
span { border-color: rgb(254,114,189); }
td.TdClassName
{
border-color: #FE72BD;
}
.TagClassName
{
border-color: #FE72BD;
}
</style>