Shades of Neon Pink #FF52C5
Tints of Neon Pink #FF52C5
RGB
CMYK
RGB Variations
Color information
#FF52C5 (or 0xFF52C5) is known color: Neon Pink. HEX triplet: FF, 52 and C5. RGB value is (255,82,197). Sum of RGB (Red+Green+Blue) = 255+82+197=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52C5 is #00AD3A. Grayscale: #929292. Windows color (decimal): -44347 or 12931839. OLE color: 12931839.
HSL color Cylindrical-coordinate representation of color #FF52C5: hue angle of 320.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52C5 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 197 | - |
| CMYK | 0 | 0.68 | 0.23 | 0 |
| HSL | 320.12º | 1% | 0.66% | - |
| HSV(B) | 320.12º | 0.68% | 1% | - |
| XYZ | 54.34 | 31.33 | 56.01 | - |
| YUV | 146.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 197 | 0 | 0.68 | 0.23 | 0 | 320.12 | 1 | 0.66 |
| Hex | FF | 52 | C5 | 0 | 44 | 17 | 0 | 140 | 64 | 42 |
| Octal | 377 | 122 | 305 | 0 | 104 | 27 | 0 | 500 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11000101 | 0 | 1000100 | 10111 | 0 | 101000000 | 1100100 | 1000010 |
Color Harmonies of #FF52C5
Complementary color
Monochromatic Colors of #FF52C5
Black with #FF52C5
Text Example
Text Example
White with #FF52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52C5; }
p { color: rgb(255,82,197); }
H1.HeaderClassName
{
color: #FF52C5;
}
.AnyTagClassName
{
color: #FF52C5;
}
</style>
background-color css
<style>
a { background-color: #FF52C5; }
a { background-color: rgb(255,82,197); }
div.DivClassName
{
background-color: #FF52C5;
}
.BgClassName
{
background-color: #FF52C5;
}
</style>
border-color css
<style>
span { border-color: #FF52C5; }
span { border-color: rgb(255,82,197); }
td.TdClassName
{
border-color: #FF52C5;
}
.TagClassName
{
border-color: #FF52C5;
}
</style>