Shades of Neon Pink #FE50C1
Tints of Neon Pink #FE50C1
RGB
CMYK
RGB Variations
Color information
#FE50C1 (or 0xFE50C1) is known color: Neon Pink. HEX triplet: FE, 50 and C1. RGB value is (254,80,193). Sum of RGB (Red+Green+Blue) = 254+80+193=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50C1 is #01AF3E. Grayscale: #909090. Windows color (decimal): -110399 or 12669182. OLE color: 12669182.
HSL color Cylindrical-coordinate representation of color #FE50C1: hue angle of 321.03º 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 #FE50C1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 193 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.00 |
| HSL | 321.03º | 0.99% | 0.65% | - |
| HSV(B) | 321.03º | 0.69% | 1% | - |
| XYZ | 53.37 | 30.66 | 53.56 | - |
| YUV | 144.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 193 | 0 | 0.69 | 0.24 | 0.00 | 321.03 | 0.99 | 0.65 |
| Hex | FE | 50 | C1 | 0 | 45 | 18 | 0 | 141 | 63 | 41 |
| Octal | 376 | 120 | 301 | 0 | 105 | 30 | 0 | 501 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11000001 | 0 | 1000101 | 11000 | 0 | 101000001 | 1100011 | 1000001 |
Color Harmonies of #FE50C1
Complementary color
Monochromatic Colors of #FE50C1
Black with #FE50C1
Text Example
Text Example
White with #FE50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50C1; }
p { color: rgb(254,80,193); }
H1.HeaderClassName
{
color: #FE50C1;
}
.AnyTagClassName
{
color: #FE50C1;
}
</style>
background-color css
<style>
a { background-color: #FE50C1; }
a { background-color: rgb(254,80,193); }
div.DivClassName
{
background-color: #FE50C1;
}
.BgClassName
{
background-color: #FE50C1;
}
</style>
border-color css
<style>
span { border-color: #FE50C1; }
span { border-color: rgb(254,80,193); }
td.TdClassName
{
border-color: #FE50C1;
}
.TagClassName
{
border-color: #FE50C1;
}
</style>