Shades of Neon Pink #FE53CD
Tints of Neon Pink #FE53CD
RGB
CMYK
RGB Variations
Color information
#FE53CD (or 0xFE53CD) is known color: Neon Pink. HEX triplet: FE, 53 and CD. RGB value is (254,83,205). Sum of RGB (Red+Green+Blue) = 254+83+205=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53CD is #01AC32. Grayscale: #939393. Windows color (decimal): -109619 or 13456382. OLE color: 13456382.
HSL color Cylindrical-coordinate representation of color #FE53CD: hue angle of 317.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE53CD is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 205 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.00 |
| HSL | 317.19º | 0.99% | 0.66% | - |
| HSV(B) | 317.19º | 0.67% | 1% | - |
| XYZ | 54.99 | 31.67 | 60.97 | - |
| YUV | 148.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 205 | 0 | 0.67 | 0.19 | 0.00 | 317.19 | 0.99 | 0.66 |
| Hex | FE | 53 | CD | 0 | 43 | 13 | 0 | 13D | 63 | 42 |
| Octal | 376 | 123 | 315 | 0 | 103 | 23 | 0 | 475 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11001101 | 0 | 1000011 | 10011 | 0 | 100111101 | 1100011 | 1000010 |
Color Harmonies of #FE53CD
Complementary color
Monochromatic Colors of #FE53CD
Black with #FE53CD
Text Example
Text Example
White with #FE53CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53CD; }
p { color: rgb(254,83,205); }
H1.HeaderClassName
{
color: #FE53CD;
}
.AnyTagClassName
{
color: #FE53CD;
}
</style>
background-color css
<style>
a { background-color: #FE53CD; }
a { background-color: rgb(254,83,205); }
div.DivClassName
{
background-color: #FE53CD;
}
.BgClassName
{
background-color: #FE53CD;
}
</style>
border-color css
<style>
span { border-color: #FE53CD; }
span { border-color: rgb(254,83,205); }
td.TdClassName
{
border-color: #FE53CD;
}
.TagClassName
{
border-color: #FE53CD;
}
</style>