Shades of Neon Pink #FF5ACE
Tints of Neon Pink #FF5ACE
RGB
CMYK
RGB Variations
Color information
#FF5ACE (or 0xFF5ACE) is known color: Neon Pink. HEX triplet: FF, 5A and CE. RGB value is (255,90,206). Sum of RGB (Red+Green+Blue) = 255+90+206=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ACE is #00A531. Grayscale: #989898. Windows color (decimal): -42290 or 13523711. OLE color: 13523711.
HSL color Cylindrical-coordinate representation of color #FF5ACE: hue angle of 317.82º 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 #FF5ACE is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 206 | - |
| CMYK | 0 | 0.65 | 0.19 | 0 |
| HSL | 317.82º | 1% | 0.68% | - |
| HSV(B) | 317.82º | 0.65% | 1% | - |
| XYZ | 56.04 | 33.03 | 61.81 | - |
| YUV | 152.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 206 | 0 | 0.65 | 0.19 | 0 | 317.82 | 1 | 0.68 |
| Hex | FF | 5A | CE | 0 | 41 | 13 | 0 | 13E | 64 | 44 |
| Octal | 377 | 132 | 316 | 0 | 101 | 23 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11001110 | 0 | 1000001 | 10011 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5ACE
Complementary color
Monochromatic Colors of #FF5ACE
Black with #FF5ACE
Text Example
Text Example
White with #FF5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ACE; }
p { color: rgb(255,90,206); }
H1.HeaderClassName
{
color: #FF5ACE;
}
.AnyTagClassName
{
color: #FF5ACE;
}
</style>
background-color css
<style>
a { background-color: #FF5ACE; }
a { background-color: rgb(255,90,206); }
div.DivClassName
{
background-color: #FF5ACE;
}
.BgClassName
{
background-color: #FF5ACE;
}
</style>
border-color css
<style>
span { border-color: #FF5ACE; }
span { border-color: rgb(255,90,206); }
td.TdClassName
{
border-color: #FF5ACE;
}
.TagClassName
{
border-color: #FF5ACE;
}
</style>