Shades of Neon Pink #FF5ACB
Tints of Neon Pink #FF5ACB
RGB
CMYK
RGB Variations
Color information
#FF5ACB (or 0xFF5ACB) is known color: Neon Pink. HEX triplet: FF, 5A and CB. RGB value is (255,90,203). Sum of RGB (Red+Green+Blue) = 255+90+203=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ACB is #00A534. Grayscale: #979797. Windows color (decimal): -42293 or 13327103. OLE color: 13327103.
HSL color Cylindrical-coordinate representation of color #FF5ACB: hue angle of 318.91º 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 #FF5ACB is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 203 | - |
| CMYK | 0 | 0.65 | 0.20 | 0 |
| HSL | 318.91º | 1% | 0.68% | - |
| HSV(B) | 318.91º | 0.65% | 1% | - |
| XYZ | 55.68 | 32.88 | 59.91 | - |
| YUV | 152.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 203 | 0 | 0.65 | 0.20 | 0 | 318.91 | 1 | 0.68 |
| Hex | FF | 5A | CB | 0 | 41 | 14 | 0 | 13F | 64 | 44 |
| Octal | 377 | 132 | 313 | 0 | 101 | 24 | 0 | 477 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11001011 | 0 | 1000001 | 10100 | 0 | 100111111 | 1100100 | 1000100 |
Color Harmonies of #FF5ACB
Complementary color
Monochromatic Colors of #FF5ACB
Black with #FF5ACB
Text Example
Text Example
White with #FF5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ACB; }
p { color: rgb(255,90,203); }
H1.HeaderClassName
{
color: #FF5ACB;
}
.AnyTagClassName
{
color: #FF5ACB;
}
</style>
background-color css
<style>
a { background-color: #FF5ACB; }
a { background-color: rgb(255,90,203); }
div.DivClassName
{
background-color: #FF5ACB;
}
.BgClassName
{
background-color: #FF5ACB;
}
</style>
border-color css
<style>
span { border-color: #FF5ACB; }
span { border-color: rgb(255,90,203); }
td.TdClassName
{
border-color: #FF5ACB;
}
.TagClassName
{
border-color: #FF5ACB;
}
</style>