Shades of Neon Pink #FE50C4
Tints of Neon Pink #FE50C4
RGB
CMYK
RGB Variations
Color information
#FE50C4 (or 0xFE50C4) is known color: Neon Pink. HEX triplet: FE, 50 and C4. RGB value is (254,80,196). Sum of RGB (Red+Green+Blue) = 254+80+196=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50C4 is #01AF3B. Grayscale: #909090. Windows color (decimal): -110396 or 12865790. OLE color: 12865790.
HSL color Cylindrical-coordinate representation of color #FE50C4: hue angle of 320º 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 #FE50C4 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 196 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.00 |
| HSL | 320º | 0.99% | 0.65% | - |
| HSV(B) | 320º | 0.69% | 1% | - |
| XYZ | 53.71 | 30.79 | 55.34 | - |
| YUV | 145.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 196 | 0 | 0.69 | 0.23 | 0.00 | 320 | 0.99 | 0.65 |
| Hex | FE | 50 | C4 | 0 | 45 | 17 | 0 | 140 | 63 | 41 |
| Octal | 376 | 120 | 304 | 0 | 105 | 27 | 0 | 500 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11000100 | 0 | 1000101 | 10111 | 0 | 101000000 | 1100011 | 1000001 |
Color Harmonies of #FE50C4
Complementary color
Monochromatic Colors of #FE50C4
Black with #FE50C4
Text Example
Text Example
White with #FE50C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50C4; }
p { color: rgb(254,80,196); }
H1.HeaderClassName
{
color: #FE50C4;
}
.AnyTagClassName
{
color: #FE50C4;
}
</style>
background-color css
<style>
a { background-color: #FE50C4; }
a { background-color: rgb(254,80,196); }
div.DivClassName
{
background-color: #FE50C4;
}
.BgClassName
{
background-color: #FE50C4;
}
</style>
border-color css
<style>
span { border-color: #FE50C4; }
span { border-color: rgb(254,80,196); }
td.TdClassName
{
border-color: #FE50C4;
}
.TagClassName
{
border-color: #FE50C4;
}
</style>