Shades of Neon Pink #F55FCB
Tints of Neon Pink #F55FCB
RGB
CMYK
RGB Variations
Color information
#F55FCB (or 0xF55FCB) is known color: Neon Pink. HEX triplet: F5, 5F and CB. RGB value is (245,95,203). Sum of RGB (Red+Green+Blue) = 245+95+203=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FCB is #0AA034. Grayscale: #979797. Windows color (decimal): -696373 or 13328373. OLE color: 13328373.
HSL color Cylindrical-coordinate representation of color #F55FCB: hue angle of 316.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FCB is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 203 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.04 |
| HSL | 316.8º | 0.88% | 0.67% | - |
| HSV(B) | 316.8º | 0.61% | 0.96% | - |
| XYZ | 52.53 | 31.91 | 59.89 | - |
| YUV | 152.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 203 | 0 | 0.61 | 0.17 | 0.04 | 316.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | CB | 0 | 3D | 11 | 4 | 13D | 58 | 43 |
| Octal | 365 | 137 | 313 | 0 | 75 | 21 | 4 | 475 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11001011 | 0 | 111101 | 10001 | 100 | 100111101 | 1011000 | 1000011 |
Color Harmonies of #F55FCB
Complementary color
Monochromatic Colors of #F55FCB
Black with #F55FCB
Text Example
Text Example
White with #F55FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FCB; }
p { color: rgb(245,95,203); }
H1.HeaderClassName
{
color: #F55FCB;
}
.AnyTagClassName
{
color: #F55FCB;
}
</style>
background-color css
<style>
a { background-color: #F55FCB; }
a { background-color: rgb(245,95,203); }
div.DivClassName
{
background-color: #F55FCB;
}
.BgClassName
{
background-color: #F55FCB;
}
</style>
border-color css
<style>
span { border-color: #F55FCB; }
span { border-color: rgb(245,95,203); }
td.TdClassName
{
border-color: #F55FCB;
}
.TagClassName
{
border-color: #F55FCB;
}
</style>