Shades of Neon Pink #FE5ECF
Tints of Neon Pink #FE5ECF
RGB
CMYK
RGB Variations
Color information
#FE5ECF (or 0xFE5ECF) is known color: Neon Pink. HEX triplet: FE, 5E and CF. RGB value is (254,94,207). Sum of RGB (Red+Green+Blue) = 254+94+207=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ECF is #01A130. Grayscale: #9A9A9A. Windows color (decimal): -106801 or 13590270. OLE color: 13590270.
HSL color Cylindrical-coordinate representation of color #FE5ECF: hue angle of 317.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5ECF is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 207 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.00 |
| HSL | 317.63º | 0.99% | 0.68% | - |
| HSV(B) | 317.63º | 0.63% | 1% | - |
| XYZ | 56.14 | 33.58 | 62.55 | - |
| YUV | 154.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 207 | 0 | 0.63 | 0.19 | 0.00 | 317.63 | 0.99 | 0.68 |
| Hex | FE | 5E | CF | 0 | 3F | 13 | 0 | 13E | 63 | 44 |
| Octal | 376 | 136 | 317 | 0 | 77 | 23 | 0 | 476 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11001111 | 0 | 111111 | 10011 | 0 | 100111110 | 1100011 | 1000100 |
Color Harmonies of #FE5ECF
Complementary color
Monochromatic Colors of #FE5ECF
Black with #FE5ECF
Text Example
Text Example
White with #FE5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ECF; }
p { color: rgb(254,94,207); }
H1.HeaderClassName
{
color: #FE5ECF;
}
.AnyTagClassName
{
color: #FE5ECF;
}
</style>
background-color css
<style>
a { background-color: #FE5ECF; }
a { background-color: rgb(254,94,207); }
div.DivClassName
{
background-color: #FE5ECF;
}
.BgClassName
{
background-color: #FE5ECF;
}
</style>
border-color css
<style>
span { border-color: #FE5ECF; }
span { border-color: rgb(254,94,207); }
td.TdClassName
{
border-color: #FE5ECF;
}
.TagClassName
{
border-color: #FE5ECF;
}
</style>