Shades of Neon Pink #FF55D4
Tints of Neon Pink #FF55D4
RGB
CMYK
RGB Variations
Color information
#FF55D4 (or 0xFF55D4) is known color: Neon Pink. HEX triplet: FF, 55 and D4. RGB value is (255,85,212). Sum of RGB (Red+Green+Blue) = 255+85+212=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D4 is #00AA2B. Grayscale: #959595. Windows color (decimal): -43564 or 13915647. OLE color: 13915647.
HSL color Cylindrical-coordinate representation of color #FF55D4: hue angle of 315.18º 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 #FF55D4 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 212 | - |
| CMYK | 0 | 0.67 | 0.17 | 0 |
| HSL | 315.18º | 1% | 0.67% | - |
| HSV(B) | 315.18º | 0.67% | 1% | - |
| XYZ | 56.37 | 32.51 | 65.59 | - |
| YUV | 150.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 212 | 0 | 0.67 | 0.17 | 0 | 315.18 | 1 | 0.67 |
| Hex | FF | 55 | D4 | 0 | 43 | 11 | 0 | 13B | 64 | 43 |
| Octal | 377 | 125 | 324 | 0 | 103 | 21 | 0 | 473 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11010100 | 0 | 1000011 | 10001 | 0 | 100111011 | 1100100 | 1000011 |
Color Harmonies of #FF55D4
Complementary color
Monochromatic Colors of #FF55D4
Black with #FF55D4
Text Example
Text Example
White with #FF55D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55D4; }
p { color: rgb(255,85,212); }
H1.HeaderClassName
{
color: #FF55D4;
}
.AnyTagClassName
{
color: #FF55D4;
}
</style>
background-color css
<style>
a { background-color: #FF55D4; }
a { background-color: rgb(255,85,212); }
div.DivClassName
{
background-color: #FF55D4;
}
.BgClassName
{
background-color: #FF55D4;
}
</style>
border-color css
<style>
span { border-color: #FF55D4; }
span { border-color: rgb(255,85,212); }
td.TdClassName
{
border-color: #FF55D4;
}
.TagClassName
{
border-color: #FF55D4;
}
</style>