Shades of Neon Pink #F55DC3
Tints of Neon Pink #F55DC3
RGB
CMYK
RGB Variations
Color information
#F55DC3 (or 0xF55DC3) is known color: Neon Pink. HEX triplet: F5, 5D and C3. RGB value is (245,93,195). Sum of RGB (Red+Green+Blue) = 245+93+195=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DC3 is #0AA23C. Grayscale: #959595. Windows color (decimal): -696893 or 12803573. OLE color: 12803573.
HSL color Cylindrical-coordinate representation of color #F55DC3: hue angle of 319.74º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DC3 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 195 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.04 |
| HSL | 319.74º | 0.88% | 0.66% | - |
| HSV(B) | 319.74º | 0.62% | 0.96% | - |
| XYZ | 51.42 | 31.18 | 54.94 | - |
| YUV | 150.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 195 | 0 | 0.62 | 0.20 | 0.04 | 319.74 | 0.88 | 0.66 |
| Hex | F5 | 5D | C3 | 0 | 3E | 14 | 4 | 140 | 58 | 42 |
| Octal | 365 | 135 | 303 | 0 | 76 | 24 | 4 | 500 | 130 | 102 |
| Binary | 11110101 | 1011101 | 11000011 | 0 | 111110 | 10100 | 100 | 101000000 | 1011000 | 1000010 |
Color Harmonies of #F55DC3
Complementary color
Monochromatic Colors of #F55DC3
Black with #F55DC3
Text Example
Text Example
White with #F55DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DC3; }
p { color: rgb(245,93,195); }
H1.HeaderClassName
{
color: #F55DC3;
}
.AnyTagClassName
{
color: #F55DC3;
}
</style>
background-color css
<style>
a { background-color: #F55DC3; }
a { background-color: rgb(245,93,195); }
div.DivClassName
{
background-color: #F55DC3;
}
.BgClassName
{
background-color: #F55DC3;
}
</style>
border-color css
<style>
span { border-color: #F55DC3; }
span { border-color: rgb(245,93,195); }
td.TdClassName
{
border-color: #F55DC3;
}
.TagClassName
{
border-color: #F55DC3;
}
</style>