Shades of Neon Pink #FF5CD1
Tints of Neon Pink #FF5CD1
RGB
CMYK
RGB Variations
Color information
#FF5CD1 (or 0xFF5CD1) is known color: Neon Pink. HEX triplet: FF, 5C and D1. RGB value is (255,92,209). Sum of RGB (Red+Green+Blue) = 255+92+209=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CD1 is #00A32E. Grayscale: #999999. Windows color (decimal): -41775 or 13720831. OLE color: 13720831.
HSL color Cylindrical-coordinate representation of color #FF5CD1: hue angle of 316.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CD1 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 209 | - |
| CMYK | 0 | 0.64 | 0.18 | 0 |
| HSL | 316.93º | 1% | 0.68% | - |
| HSV(B) | 316.93º | 0.64% | 1% | - |
| XYZ | 56.58 | 33.52 | 63.81 | - |
| YUV | 154.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 209 | 0 | 0.64 | 0.18 | 0 | 316.93 | 1 | 0.68 |
| Hex | FF | 5C | D1 | 0 | 40 | 12 | 0 | 13D | 64 | 44 |
| Octal | 377 | 134 | 321 | 0 | 100 | 22 | 0 | 475 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11010001 | 0 | 1000000 | 10010 | 0 | 100111101 | 1100100 | 1000100 |
Color Harmonies of #FF5CD1
Complementary color
Monochromatic Colors of #FF5CD1
Black with #FF5CD1
Text Example
Text Example
White with #FF5CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CD1; }
p { color: rgb(255,92,209); }
H1.HeaderClassName
{
color: #FF5CD1;
}
.AnyTagClassName
{
color: #FF5CD1;
}
</style>
background-color css
<style>
a { background-color: #FF5CD1; }
a { background-color: rgb(255,92,209); }
div.DivClassName
{
background-color: #FF5CD1;
}
.BgClassName
{
background-color: #FF5CD1;
}
</style>
border-color css
<style>
span { border-color: #FF5CD1; }
span { border-color: rgb(255,92,209); }
td.TdClassName
{
border-color: #FF5CD1;
}
.TagClassName
{
border-color: #FF5CD1;
}
</style>