Shades of Neon Pink #FF55D6
Tints of Neon Pink #FF55D6
RGB
CMYK
RGB Variations
Color information
#FF55D6 (or 0xFF55D6) is known color: Neon Pink. HEX triplet: FF, 55 and D6. RGB value is (255,85,214). Sum of RGB (Red+Green+Blue) = 255+85+214=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D6 is #00AA29. Grayscale: #969696. Windows color (decimal): -43562 or 14046719. OLE color: 14046719.
HSL color Cylindrical-coordinate representation of color #FF55D6: hue angle of 314.47º 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 #FF55D6 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 214 | - |
| CMYK | 0 | 0.67 | 0.16 | 0 |
| HSL | 314.47º | 1% | 0.67% | - |
| HSV(B) | 314.47º | 0.67% | 1% | - |
| XYZ | 56.63 | 32.61 | 66.93 | - |
| YUV | 150.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 214 | 0 | 0.67 | 0.16 | 0 | 314.47 | 1 | 0.67 |
| Hex | FF | 55 | D6 | 0 | 43 | 10 | 0 | 13A | 64 | 43 |
| Octal | 377 | 125 | 326 | 0 | 103 | 20 | 0 | 472 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11010110 | 0 | 1000011 | 10000 | 0 | 100111010 | 1100100 | 1000011 |
Color Harmonies of #FF55D6
Complementary color
Monochromatic Colors of #FF55D6
Black with #FF55D6
Text Example
Text Example
White with #FF55D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55D6; }
p { color: rgb(255,85,214); }
H1.HeaderClassName
{
color: #FF55D6;
}
.AnyTagClassName
{
color: #FF55D6;
}
</style>
background-color css
<style>
a { background-color: #FF55D6; }
a { background-color: rgb(255,85,214); }
div.DivClassName
{
background-color: #FF55D6;
}
.BgClassName
{
background-color: #FF55D6;
}
</style>
border-color css
<style>
span { border-color: #FF55D6; }
span { border-color: rgb(255,85,214); }
td.TdClassName
{
border-color: #FF55D6;
}
.TagClassName
{
border-color: #FF55D6;
}
</style>