Shades of Neon Pink #FF5ACC
Tints of Neon Pink #FF5ACC
RGB
CMYK
RGB Variations
Color information
#FF5ACC (or 0xFF5ACC) is known color: Neon Pink. HEX triplet: FF, 5A and CC. RGB value is (255,90,204). Sum of RGB (Red+Green+Blue) = 255+90+204=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ACC is #00A533. Grayscale: #989898. Windows color (decimal): -42292 or 13392639. OLE color: 13392639.
HSL color Cylindrical-coordinate representation of color #FF5ACC: hue angle of 318.55º 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 #FF5ACC is Cyan = 0, Magento = 0.65, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 204 | - |
| CMYK | 0 | 0.65 | 0.2 | 0 |
| HSL | 318.55º | 1% | 0.68% | - |
| HSV(B) | 318.55º | 0.65% | 1% | - |
| XYZ | 55.8 | 32.93 | 60.54 | - |
| YUV | 152.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 204 | 0 | 0.65 | 0.2 | 0 | 318.55 | 1 | 0.68 |
| Hex | FF | 5A | CC | 0 | 41 | 14 | 0 | 13F | 64 | 44 |
| Octal | 377 | 132 | 314 | 0 | 101 | 24 | 0 | 477 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11001100 | 0 | 1000001 | 10100 | 0 | 100111111 | 1100100 | 1000100 |
Color Harmonies of #FF5ACC
Complementary color
Monochromatic Colors of #FF5ACC
Black with #FF5ACC
Text Example
Text Example
White with #FF5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ACC; }
p { color: rgb(255,90,204); }
H1.HeaderClassName
{
color: #FF5ACC;
}
.AnyTagClassName
{
color: #FF5ACC;
}
</style>
background-color css
<style>
a { background-color: #FF5ACC; }
a { background-color: rgb(255,90,204); }
div.DivClassName
{
background-color: #FF5ACC;
}
.BgClassName
{
background-color: #FF5ACC;
}
</style>
border-color css
<style>
span { border-color: #FF5ACC; }
span { border-color: rgb(255,90,204); }
td.TdClassName
{
border-color: #FF5ACC;
}
.TagClassName
{
border-color: #FF5ACC;
}
</style>