Shades of Neon Pink #FE52C5
Tints of Neon Pink #FE52C5
RGB
CMYK
RGB Variations
Color information
#FE52C5 (or 0xFE52C5) is known color: Neon Pink. HEX triplet: FE, 52 and C5. RGB value is (254,82,197). Sum of RGB (Red+Green+Blue) = 254+82+197=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52C5 is #01AD3A. Grayscale: #929292. Windows color (decimal): -109883 or 12931838. OLE color: 12931838.
HSL color Cylindrical-coordinate representation of color #FE52C5: hue angle of 319.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52C5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 197 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.00 |
| HSL | 319.88º | 0.99% | 0.66% | - |
| HSV(B) | 319.88º | 0.68% | 1% | - |
| XYZ | 53.97 | 31.14 | 55.99 | - |
| YUV | 146.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 197 | 0 | 0.68 | 0.22 | 0.00 | 319.88 | 0.99 | 0.66 |
| Hex | FE | 52 | C5 | 0 | 44 | 16 | 0 | 140 | 63 | 42 |
| Octal | 376 | 122 | 305 | 0 | 104 | 26 | 0 | 500 | 143 | 102 |
| Binary | 11111110 | 1010010 | 11000101 | 0 | 1000100 | 10110 | 0 | 101000000 | 1100011 | 1000010 |
Color Harmonies of #FE52C5
Complementary color
Monochromatic Colors of #FE52C5
Black with #FE52C5
Text Example
Text Example
White with #FE52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52C5; }
p { color: rgb(254,82,197); }
H1.HeaderClassName
{
color: #FE52C5;
}
.AnyTagClassName
{
color: #FE52C5;
}
</style>
background-color css
<style>
a { background-color: #FE52C5; }
a { background-color: rgb(254,82,197); }
div.DivClassName
{
background-color: #FE52C5;
}
.BgClassName
{
background-color: #FE52C5;
}
</style>
border-color css
<style>
span { border-color: #FE52C5; }
span { border-color: rgb(254,82,197); }
td.TdClassName
{
border-color: #FE52C5;
}
.TagClassName
{
border-color: #FE52C5;
}
</style>