Shades of Neon Pink #FF51C5
Tints of Neon Pink #FF51C5
RGB
CMYK
RGB Variations
Color information
#FF51C5 (or 0xFF51C5) is known color: Neon Pink. HEX triplet: FF, 51 and C5. RGB value is (255,81,197). Sum of RGB (Red+Green+Blue) = 255+81+197=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51C5 is #00AE3A. Grayscale: #919191. Windows color (decimal): -44603 or 12931583. OLE color: 12931583.
HSL color Cylindrical-coordinate representation of color #FF51C5: hue angle of 320º 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 #FF51C5 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 197 | - |
| CMYK | 0 | 0.68 | 0.23 | 0 |
| HSL | 320º | 1% | 0.66% | - |
| HSV(B) | 320º | 0.68% | 1% | - |
| XYZ | 54.26 | 31.18 | 55.98 | - |
| YUV | 146.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 197 | 0 | 0.68 | 0.23 | 0 | 320 | 1 | 0.66 |
| Hex | FF | 51 | C5 | 0 | 44 | 17 | 0 | 140 | 64 | 42 |
| Octal | 377 | 121 | 305 | 0 | 104 | 27 | 0 | 500 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11000101 | 0 | 1000100 | 10111 | 0 | 101000000 | 1100100 | 1000010 |
Color Harmonies of #FF51C5
Complementary color
Monochromatic Colors of #FF51C5
Black with #FF51C5
Text Example
Text Example
White with #FF51C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51C5; }
p { color: rgb(255,81,197); }
H1.HeaderClassName
{
color: #FF51C5;
}
.AnyTagClassName
{
color: #FF51C5;
}
</style>
background-color css
<style>
a { background-color: #FF51C5; }
a { background-color: rgb(255,81,197); }
div.DivClassName
{
background-color: #FF51C5;
}
.BgClassName
{
background-color: #FF51C5;
}
</style>
border-color css
<style>
span { border-color: #FF51C5; }
span { border-color: rgb(255,81,197); }
td.TdClassName
{
border-color: #FF51C5;
}
.TagClassName
{
border-color: #FF51C5;
}
</style>