Shades of Neon Pink #FF55D3
Tints of Neon Pink #FF55D3
RGB
CMYK
RGB Variations
Color information
#FF55D3 (or 0xFF55D3) is known color: Neon Pink. HEX triplet: FF, 55 and D3. RGB value is (255,85,211). Sum of RGB (Red+Green+Blue) = 255+85+211=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D3 is #00AA2C. Grayscale: #959595. Windows color (decimal): -43565 or 13850111. OLE color: 13850111.
HSL color Cylindrical-coordinate representation of color #FF55D3: hue angle of 315.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55D3 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 211 | - |
| CMYK | 0 | 0.67 | 0.17 | 0 |
| HSL | 315.53º | 1% | 0.67% | - |
| HSV(B) | 315.53º | 0.67% | 1% | - |
| XYZ | 56.25 | 32.46 | 64.93 | - |
| YUV | 150.19 | 162.32 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 211 | 0 | 0.67 | 0.17 | 0 | 315.53 | 1 | 0.67 |
| Hex | FF | 55 | D3 | 0 | 43 | 11 | 0 | 13C | 64 | 43 |
| Octal | 377 | 125 | 323 | 0 | 103 | 21 | 0 | 474 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11010011 | 0 | 1000011 | 10001 | 0 | 100111100 | 1100100 | 1000011 |
Color Harmonies of #FF55D3
Complementary color
Monochromatic Colors of #FF55D3
Black with #FF55D3
Text Example
Text Example
White with #FF55D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55D3; }
p { color: rgb(255,85,211); }
H1.HeaderClassName
{
color: #FF55D3;
}
.AnyTagClassName
{
color: #FF55D3;
}
</style>
background-color css
<style>
a { background-color: #FF55D3; }
a { background-color: rgb(255,85,211); }
div.DivClassName
{
background-color: #FF55D3;
}
.BgClassName
{
background-color: #FF55D3;
}
</style>
border-color css
<style>
span { border-color: #FF55D3; }
span { border-color: rgb(255,85,211); }
td.TdClassName
{
border-color: #FF55D3;
}
.TagClassName
{
border-color: #FF55D3;
}
</style>