Shades of Neon Pink #FF5AD2
Tints of Neon Pink #FF5AD2
RGB
CMYK
RGB Variations
Color information
#FF5AD2 (or 0xFF5AD2) is known color: Neon Pink. HEX triplet: FF, 5A and D2. RGB value is (255,90,210). Sum of RGB (Red+Green+Blue) = 255+90+210=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AD2 is #00A52D. Grayscale: #989898. Windows color (decimal): -42286 or 13785855. OLE color: 13785855.
HSL color Cylindrical-coordinate representation of color #FF5AD2: hue angle of 316.36º 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 #FF5AD2 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 210 | - |
| CMYK | 0 | 0.65 | 0.18 | 0 |
| HSL | 316.36º | 1% | 0.68% | - |
| HSV(B) | 316.36º | 0.65% | 1% | - |
| XYZ | 56.53 | 33.23 | 64.41 | - |
| YUV | 153.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 210 | 0 | 0.65 | 0.18 | 0 | 316.36 | 1 | 0.68 |
| Hex | FF | 5A | D2 | 0 | 41 | 12 | 0 | 13C | 64 | 44 |
| Octal | 377 | 132 | 322 | 0 | 101 | 22 | 0 | 474 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11010010 | 0 | 1000001 | 10010 | 0 | 100111100 | 1100100 | 1000100 |
Color Harmonies of #FF5AD2
Complementary color
Monochromatic Colors of #FF5AD2
Black with #FF5AD2
Text Example
Text Example
White with #FF5AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AD2; }
p { color: rgb(255,90,210); }
H1.HeaderClassName
{
color: #FF5AD2;
}
.AnyTagClassName
{
color: #FF5AD2;
}
</style>
background-color css
<style>
a { background-color: #FF5AD2; }
a { background-color: rgb(255,90,210); }
div.DivClassName
{
background-color: #FF5AD2;
}
.BgClassName
{
background-color: #FF5AD2;
}
</style>
border-color css
<style>
span { border-color: #FF5AD2; }
span { border-color: rgb(255,90,210); }
td.TdClassName
{
border-color: #FF5AD2;
}
.TagClassName
{
border-color: #FF5AD2;
}
</style>