Shades of Neon Pink #FE71CB
Tints of Neon Pink #FE71CB
RGB
CMYK
RGB Variations
Color information
#FE71CB (or 0xFE71CB) is known color: Neon Pink. HEX triplet: FE, 71 and CB. RGB value is (254,113,203). Sum of RGB (Red+Green+Blue) = 254+113+203=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71CB is #018E34. Grayscale: #A5A5A5. Windows color (decimal): -101941 or 13332990. OLE color: 13332990.
HSL color Cylindrical-coordinate representation of color #FE71CB: hue angle of 321.7º 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 #FE71CB is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 203 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.00 |
| HSL | 321.7º | 0.99% | 0.72% | - |
| HSV(B) | 321.7º | 0.56% | 1% | - |
| XYZ | 57.56 | 37.19 | 60.65 | - |
| YUV | 165.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 203 | 0 | 0.56 | 0.20 | 0.00 | 321.7 | 0.99 | 0.72 |
| Hex | FE | 71 | CB | 0 | 38 | 14 | 0 | 142 | 63 | 48 |
| Octal | 376 | 161 | 313 | 0 | 70 | 24 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11001011 | 0 | 111000 | 10100 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE71CB
Complementary color
Monochromatic Colors of #FE71CB
Black with #FE71CB
Text Example
Text Example
White with #FE71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71CB; }
p { color: rgb(254,113,203); }
H1.HeaderClassName
{
color: #FE71CB;
}
.AnyTagClassName
{
color: #FE71CB;
}
</style>
background-color css
<style>
a { background-color: #FE71CB; }
a { background-color: rgb(254,113,203); }
div.DivClassName
{
background-color: #FE71CB;
}
.BgClassName
{
background-color: #FE71CB;
}
</style>
border-color css
<style>
span { border-color: #FE71CB; }
span { border-color: rgb(254,113,203); }
td.TdClassName
{
border-color: #FE71CB;
}
.TagClassName
{
border-color: #FE71CB;
}
</style>