Shades of Neon Pink #FE74CF
Tints of Neon Pink #FE74CF
RGB
CMYK
RGB Variations
Color information
#FE74CF (or 0xFE74CF) is known color: Neon Pink. HEX triplet: FE, 74 and CF. RGB value is (254,116,207). Sum of RGB (Red+Green+Blue) = 254+116+207=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74CF is #018B30. Grayscale: #A7A7A7. Windows color (decimal): -101169 or 13595902. OLE color: 13595902.
HSL color Cylindrical-coordinate representation of color #FE74CF: hue angle of 320.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74CF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 207 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.00 |
| HSL | 320.43º | 0.99% | 0.73% | - |
| HSV(B) | 320.43º | 0.54% | 1% | - |
| XYZ | 58.38 | 38.07 | 63.3 | - |
| YUV | 167.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 207 | 0 | 0.54 | 0.19 | 0.00 | 320.43 | 0.99 | 0.73 |
| Hex | FE | 74 | CF | 0 | 36 | 13 | 0 | 140 | 63 | 49 |
| Octal | 376 | 164 | 317 | 0 | 66 | 23 | 0 | 500 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11001111 | 0 | 110110 | 10011 | 0 | 101000000 | 1100011 | 1001001 |
Color Harmonies of #FE74CF
Complementary color
Monochromatic Colors of #FE74CF
Black with #FE74CF
Text Example
Text Example
White with #FE74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74CF; }
p { color: rgb(254,116,207); }
H1.HeaderClassName
{
color: #FE74CF;
}
.AnyTagClassName
{
color: #FE74CF;
}
</style>
background-color css
<style>
a { background-color: #FE74CF; }
a { background-color: rgb(254,116,207); }
div.DivClassName
{
background-color: #FE74CF;
}
.BgClassName
{
background-color: #FE74CF;
}
</style>
border-color css
<style>
span { border-color: #FE74CF; }
span { border-color: rgb(254,116,207); }
td.TdClassName
{
border-color: #FE74CF;
}
.TagClassName
{
border-color: #FE74CF;
}
</style>