Shades of Neon Pink #FF51C9
Tints of Neon Pink #FF51C9
RGB
CMYK
RGB Variations
Color information
#FF51C9 (or 0xFF51C9) is known color: Neon Pink. HEX triplet: FF, 51 and C9. RGB value is (255,81,201). Sum of RGB (Red+Green+Blue) = 255+81+201=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51C9 is #00AE36. Grayscale: #929292. Windows color (decimal): -44599 or 13193727. OLE color: 13193727.
HSL color Cylindrical-coordinate representation of color #FF51C9: hue angle of 318.62º 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 #FF51C9 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 201 | - |
| CMYK | 0 | 0.68 | 0.21 | 0 |
| HSL | 318.62º | 1% | 0.66% | - |
| HSV(B) | 318.62º | 0.68% | 1% | - |
| XYZ | 54.73 | 31.36 | 58.43 | - |
| YUV | 146.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 201 | 0 | 0.68 | 0.21 | 0 | 318.62 | 1 | 0.66 |
| Hex | FF | 51 | C9 | 0 | 44 | 15 | 0 | 13F | 64 | 42 |
| Octal | 377 | 121 | 311 | 0 | 104 | 25 | 0 | 477 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11001001 | 0 | 1000100 | 10101 | 0 | 100111111 | 1100100 | 1000010 |
Color Harmonies of #FF51C9
Complementary color
Monochromatic Colors of #FF51C9
Black with #FF51C9
Text Example
Text Example
White with #FF51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51C9; }
p { color: rgb(255,81,201); }
H1.HeaderClassName
{
color: #FF51C9;
}
.AnyTagClassName
{
color: #FF51C9;
}
</style>
background-color css
<style>
a { background-color: #FF51C9; }
a { background-color: rgb(255,81,201); }
div.DivClassName
{
background-color: #FF51C9;
}
.BgClassName
{
background-color: #FF51C9;
}
</style>
border-color css
<style>
span { border-color: #FF51C9; }
span { border-color: rgb(255,81,201); }
td.TdClassName
{
border-color: #FF51C9;
}
.TagClassName
{
border-color: #FF51C9;
}
</style>