Shades of Neon Pink #FF5AC3
Tints of Neon Pink #FF5AC3
RGB
CMYK
RGB Variations
Color information
#FF5AC3 (or 0xFF5AC3) is known color: Neon Pink. HEX triplet: FF, 5A and C3. RGB value is (255,90,195). Sum of RGB (Red+Green+Blue) = 255+90+195=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AC3 is #00A53C. Grayscale: #979797. Windows color (decimal): -42301 or 12802815. OLE color: 12802815.
HSL color Cylindrical-coordinate representation of color #FF5AC3: hue angle of 321.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 #FF5AC3 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 195 | - |
| CMYK | 0 | 0.65 | 0.24 | 0 |
| HSL | 321.82º | 1% | 0.68% | - |
| HSV(B) | 321.82º | 0.65% | 1% | - |
| XYZ | 54.75 | 32.51 | 55.02 | - |
| YUV | 151.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 195 | 0 | 0.65 | 0.24 | 0 | 321.82 | 1 | 0.68 |
| Hex | FF | 5A | C3 | 0 | 41 | 18 | 0 | 142 | 64 | 44 |
| Octal | 377 | 132 | 303 | 0 | 101 | 30 | 0 | 502 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11000011 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100100 | 1000100 |
Color Harmonies of #FF5AC3
Complementary color
Monochromatic Colors of #FF5AC3
Black with #FF5AC3
Text Example
Text Example
White with #FF5AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AC3; }
p { color: rgb(255,90,195); }
H1.HeaderClassName
{
color: #FF5AC3;
}
.AnyTagClassName
{
color: #FF5AC3;
}
</style>
background-color css
<style>
a { background-color: #FF5AC3; }
a { background-color: rgb(255,90,195); }
div.DivClassName
{
background-color: #FF5AC3;
}
.BgClassName
{
background-color: #FF5AC3;
}
</style>
border-color css
<style>
span { border-color: #FF5AC3; }
span { border-color: rgb(255,90,195); }
td.TdClassName
{
border-color: #FF5AC3;
}
.TagClassName
{
border-color: #FF5AC3;
}
</style>