Shades of Neon Pink #FF5ACD
Tints of Neon Pink #FF5ACD
RGB
CMYK
RGB Variations
Color information
#FF5ACD (or 0xFF5ACD) is known color: Neon Pink. HEX triplet: FF, 5A and CD. RGB value is (255,90,205). Sum of RGB (Red+Green+Blue) = 255+90+205=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ACD is #00A532. Grayscale: #989898. Windows color (decimal): -42291 or 13458175. OLE color: 13458175.
HSL color Cylindrical-coordinate representation of color #FF5ACD: hue angle of 318.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5ACD is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 205 | - |
| CMYK | 0 | 0.65 | 0.20 | 0 |
| HSL | 318.18º | 1% | 0.68% | - |
| HSV(B) | 318.18º | 0.65% | 1% | - |
| XYZ | 55.92 | 32.98 | 61.18 | - |
| YUV | 152.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 205 | 0 | 0.65 | 0.20 | 0 | 318.18 | 1 | 0.68 |
| Hex | FF | 5A | CD | 0 | 41 | 14 | 0 | 13E | 64 | 44 |
| Octal | 377 | 132 | 315 | 0 | 101 | 24 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11001101 | 0 | 1000001 | 10100 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5ACD
Complementary color
Monochromatic Colors of #FF5ACD
Black with #FF5ACD
Text Example
Text Example
White with #FF5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ACD; }
p { color: rgb(255,90,205); }
H1.HeaderClassName
{
color: #FF5ACD;
}
.AnyTagClassName
{
color: #FF5ACD;
}
</style>
background-color css
<style>
a { background-color: #FF5ACD; }
a { background-color: rgb(255,90,205); }
div.DivClassName
{
background-color: #FF5ACD;
}
.BgClassName
{
background-color: #FF5ACD;
}
</style>
border-color css
<style>
span { border-color: #FF5ACD; }
span { border-color: rgb(255,90,205); }
td.TdClassName
{
border-color: #FF5ACD;
}
.TagClassName
{
border-color: #FF5ACD;
}
</style>