Shades of Neon Pink #FE53C9
Tints of Neon Pink #FE53C9
RGB
CMYK
RGB Variations
Color information
#FE53C9 (or 0xFE53C9) is known color: Neon Pink. HEX triplet: FE, 53 and C9. RGB value is (254,83,201). Sum of RGB (Red+Green+Blue) = 254+83+201=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C9 is #01AC36. Grayscale: #939393. Windows color (decimal): -109623 or 13194238. OLE color: 13194238.
HSL color Cylindrical-coordinate representation of color #FE53C9: hue angle of 318.6º 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 #FE53C9 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 201 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.00 |
| HSL | 318.6º | 0.99% | 0.66% | - |
| HSV(B) | 318.6º | 0.67% | 1% | - |
| XYZ | 54.51 | 31.47 | 58.46 | - |
| YUV | 147.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 201 | 0 | 0.67 | 0.21 | 0.00 | 318.6 | 0.99 | 0.66 |
| Hex | FE | 53 | C9 | 0 | 43 | 15 | 0 | 13F | 63 | 42 |
| Octal | 376 | 123 | 311 | 0 | 103 | 25 | 0 | 477 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11001001 | 0 | 1000011 | 10101 | 0 | 100111111 | 1100011 | 1000010 |
Color Harmonies of #FE53C9
Complementary color
Monochromatic Colors of #FE53C9
Black with #FE53C9
Text Example
Text Example
White with #FE53C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53C9; }
p { color: rgb(254,83,201); }
H1.HeaderClassName
{
color: #FE53C9;
}
.AnyTagClassName
{
color: #FE53C9;
}
</style>
background-color css
<style>
a { background-color: #FE53C9; }
a { background-color: rgb(254,83,201); }
div.DivClassName
{
background-color: #FE53C9;
}
.BgClassName
{
background-color: #FE53C9;
}
</style>
border-color css
<style>
span { border-color: #FE53C9; }
span { border-color: rgb(254,83,201); }
td.TdClassName
{
border-color: #FE53C9;
}
.TagClassName
{
border-color: #FE53C9;
}
</style>