Shades of Neon Pink #FE50C5
Tints of Neon Pink #FE50C5
RGB
CMYK
RGB Variations
Color information
#FE50C5 (or 0xFE50C5) is known color: Neon Pink. HEX triplet: FE, 50 and C5. RGB value is (254,80,197). Sum of RGB (Red+Green+Blue) = 254+80+197=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50C5 is #01AF3A. Grayscale: #919191. Windows color (decimal): -110395 or 12931326. OLE color: 12931326.
HSL color Cylindrical-coordinate representation of color #FE50C5: hue angle of 319.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50C5 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 197 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.00 |
| HSL | 319.66º | 0.99% | 0.65% | - |
| HSV(B) | 319.66º | 0.69% | 1% | - |
| XYZ | 53.82 | 30.84 | 55.94 | - |
| YUV | 145.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 197 | 0 | 0.69 | 0.22 | 0.00 | 319.66 | 0.99 | 0.65 |
| Hex | FE | 50 | C5 | 0 | 45 | 16 | 0 | 140 | 63 | 41 |
| Octal | 376 | 120 | 305 | 0 | 105 | 26 | 0 | 500 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11000101 | 0 | 1000101 | 10110 | 0 | 101000000 | 1100011 | 1000001 |
Color Harmonies of #FE50C5
Complementary color
Monochromatic Colors of #FE50C5
Black with #FE50C5
Text Example
Text Example
White with #FE50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50C5; }
p { color: rgb(254,80,197); }
H1.HeaderClassName
{
color: #FE50C5;
}
.AnyTagClassName
{
color: #FE50C5;
}
</style>
background-color css
<style>
a { background-color: #FE50C5; }
a { background-color: rgb(254,80,197); }
div.DivClassName
{
background-color: #FE50C5;
}
.BgClassName
{
background-color: #FE50C5;
}
</style>
border-color css
<style>
span { border-color: #FE50C5; }
span { border-color: rgb(254,80,197); }
td.TdClassName
{
border-color: #FE50C5;
}
.TagClassName
{
border-color: #FE50C5;
}
</style>