Shades of Neon Pink #FE53C7
Tints of Neon Pink #FE53C7
RGB
CMYK
RGB Variations
Color information
#FE53C7 (or 0xFE53C7) is known color: Neon Pink. HEX triplet: FE, 53 and C7. RGB value is (254,83,199). Sum of RGB (Red+Green+Blue) = 254+83+199=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C7 is #01AC38. Grayscale: #939393. Windows color (decimal): -109625 or 13063166. OLE color: 13063166.
HSL color Cylindrical-coordinate representation of color #FE53C7: hue angle of 319.3º 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 #FE53C7 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 199 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.00 |
| HSL | 319.3º | 0.99% | 0.66% | - |
| HSV(B) | 319.3º | 0.67% | 1% | - |
| XYZ | 54.28 | 31.38 | 57.23 | - |
| YUV | 147.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 199 | 0 | 0.67 | 0.22 | 0.00 | 319.3 | 0.99 | 0.66 |
| Hex | FE | 53 | C7 | 0 | 43 | 16 | 0 | 13F | 63 | 42 |
| Octal | 376 | 123 | 307 | 0 | 103 | 26 | 0 | 477 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11000111 | 0 | 1000011 | 10110 | 0 | 100111111 | 1100011 | 1000010 |
Color Harmonies of #FE53C7
Complementary color
Monochromatic Colors of #FE53C7
Black with #FE53C7
Text Example
Text Example
White with #FE53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53C7; }
p { color: rgb(254,83,199); }
H1.HeaderClassName
{
color: #FE53C7;
}
.AnyTagClassName
{
color: #FE53C7;
}
</style>
background-color css
<style>
a { background-color: #FE53C7; }
a { background-color: rgb(254,83,199); }
div.DivClassName
{
background-color: #FE53C7;
}
.BgClassName
{
background-color: #FE53C7;
}
</style>
border-color css
<style>
span { border-color: #FE53C7; }
span { border-color: rgb(254,83,199); }
td.TdClassName
{
border-color: #FE53C7;
}
.TagClassName
{
border-color: #FE53C7;
}
</style>