Shades of Neon Pink #FE58CF
Tints of Neon Pink #FE58CF
RGB
CMYK
RGB Variations
Color information
#FE58CF (or 0xFE58CF) is known color: Neon Pink. HEX triplet: FE, 58 and CF. RGB value is (254,88,207). Sum of RGB (Red+Green+Blue) = 254+88+207=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 88 (34.77% from 255 or 16.03% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58CF is #01A730. Grayscale: #969696. Windows color (decimal): -108337 or 13588734. OLE color: 13588734.
HSL color Cylindrical-coordinate representation of color #FE58CF: hue angle of 316.99º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE58CF is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 207 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.00 |
| HSL | 316.99º | 0.99% | 0.67% | - |
| HSV(B) | 316.99º | 0.65% | 1% | - |
| XYZ | 55.63 | 32.56 | 62.38 | - |
| YUV | 151.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 207 | 0 | 0.65 | 0.19 | 0.00 | 316.99 | 0.99 | 0.67 |
| Hex | FE | 58 | CF | 0 | 41 | 13 | 0 | 13D | 63 | 43 |
| Octal | 376 | 130 | 317 | 0 | 101 | 23 | 0 | 475 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11001111 | 0 | 1000001 | 10011 | 0 | 100111101 | 1100011 | 1000011 |
Color Harmonies of #FE58CF
Complementary color
Monochromatic Colors of #FE58CF
Black with #FE58CF
Text Example
Text Example
White with #FE58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58CF; }
p { color: rgb(254,88,207); }
H1.HeaderClassName
{
color: #FE58CF;
}
.AnyTagClassName
{
color: #FE58CF;
}
</style>
background-color css
<style>
a { background-color: #FE58CF; }
a { background-color: rgb(254,88,207); }
div.DivClassName
{
background-color: #FE58CF;
}
.BgClassName
{
background-color: #FE58CF;
}
</style>
border-color css
<style>
span { border-color: #FE58CF; }
span { border-color: rgb(254,88,207); }
td.TdClassName
{
border-color: #FE58CF;
}
.TagClassName
{
border-color: #FE58CF;
}
</style>