Shades of Neon Pink #FE71BD
Tints of Neon Pink #FE71BD
RGB
CMYK
RGB Variations
Color information
#FE71BD (or 0xFE71BD) is known color: Neon Pink. HEX triplet: FE, 71 and BD. RGB value is (254,113,189). Sum of RGB (Red+Green+Blue) = 254+113+189=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71BD is #018E42. Grayscale: #A3A3A3. Windows color (decimal): -101955 or 12415486. OLE color: 12415486.
HSL color Cylindrical-coordinate representation of color #FE71BD: hue angle of 327.66º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71BD is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 189 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.00 |
| HSL | 327.66º | 0.99% | 0.72% | - |
| HSV(B) | 327.66º | 0.56% | 1% | - |
| XYZ | 55.96 | 36.56 | 52.25 | - |
| YUV | 163.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 189 | 0 | 0.56 | 0.26 | 0.00 | 327.66 | 0.99 | 0.72 |
| Hex | FE | 71 | BD | 0 | 38 | 1A | 0 | 148 | 63 | 48 |
| Octal | 376 | 161 | 275 | 0 | 70 | 32 | 0 | 510 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10111101 | 0 | 111000 | 11010 | 0 | 101001000 | 1100011 | 1001000 |
Color Harmonies of #FE71BD
Complementary color
Monochromatic Colors of #FE71BD
Black with #FE71BD
Text Example
Text Example
White with #FE71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71BD; }
p { color: rgb(254,113,189); }
H1.HeaderClassName
{
color: #FE71BD;
}
.AnyTagClassName
{
color: #FE71BD;
}
</style>
background-color css
<style>
a { background-color: #FE71BD; }
a { background-color: rgb(254,113,189); }
div.DivClassName
{
background-color: #FE71BD;
}
.BgClassName
{
background-color: #FE71BD;
}
</style>
border-color css
<style>
span { border-color: #FE71BD; }
span { border-color: rgb(254,113,189); }
td.TdClassName
{
border-color: #FE71BD;
}
.TagClassName
{
border-color: #FE71BD;
}
</style>