Shades of Neon Pink #FF5FCD
Tints of Neon Pink #FF5FCD
RGB
CMYK
RGB Variations
Color information
#FF5FCD (or 0xFF5FCD) is known color: Neon Pink. HEX triplet: FF, 5F and CD. RGB value is (255,95,205). Sum of RGB (Red+Green+Blue) = 255+95+205=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FCD is #00A032. Grayscale: #9B9B9B. Windows color (decimal): -41011 or 13459455. OLE color: 13459455.
HSL color Cylindrical-coordinate representation of color #FF5FCD: hue angle of 318.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FCD is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 205 | - |
| CMYK | 0 | 0.63 | 0.20 | 0 |
| HSL | 318.75º | 1% | 0.69% | - |
| HSV(B) | 318.75º | 0.63% | 1% | - |
| XYZ | 56.35 | 33.85 | 61.32 | - |
| YUV | 155.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 205 | 0 | 0.63 | 0.20 | 0 | 318.75 | 1 | 0.69 |
| Hex | FF | 5F | CD | 0 | 3F | 14 | 0 | 13F | 64 | 45 |
| Octal | 377 | 137 | 315 | 0 | 77 | 24 | 0 | 477 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11001101 | 0 | 111111 | 10100 | 0 | 100111111 | 1100100 | 1000101 |
Color Harmonies of #FF5FCD
Complementary color
Monochromatic Colors of #FF5FCD
Black with #FF5FCD
Text Example
Text Example
White with #FF5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FCD; }
p { color: rgb(255,95,205); }
H1.HeaderClassName
{
color: #FF5FCD;
}
.AnyTagClassName
{
color: #FF5FCD;
}
</style>
background-color css
<style>
a { background-color: #FF5FCD; }
a { background-color: rgb(255,95,205); }
div.DivClassName
{
background-color: #FF5FCD;
}
.BgClassName
{
background-color: #FF5FCD;
}
</style>
border-color css
<style>
span { border-color: #FF5FCD; }
span { border-color: rgb(255,95,205); }
td.TdClassName
{
border-color: #FF5FCD;
}
.TagClassName
{
border-color: #FF5FCD;
}
</style>