Shades of Neon Pink #F55DBE
Tints of Neon Pink #F55DBE
RGB
CMYK
RGB Variations
Color information
#F55DBE (or 0xF55DBE) is known color: Neon Pink. HEX triplet: F5, 5D and BE. RGB value is (245,93,190). Sum of RGB (Red+Green+Blue) = 245+93+190=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DBE is #0AA241. Grayscale: #959595. Windows color (decimal): -696898 or 12475893. OLE color: 12475893.
HSL color Cylindrical-coordinate representation of color #F55DBE: hue angle of 321.71º 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 #F55DBE is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 190 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.04 |
| HSL | 321.71º | 0.88% | 0.66% | - |
| HSV(B) | 321.71º | 0.62% | 0.96% | - |
| XYZ | 50.86 | 30.96 | 52.01 | - |
| YUV | 149.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 190 | 0 | 0.62 | 0.22 | 0.04 | 321.71 | 0.88 | 0.66 |
| Hex | F5 | 5D | BE | 0 | 3E | 16 | 4 | 142 | 58 | 42 |
| Octal | 365 | 135 | 276 | 0 | 76 | 26 | 4 | 502 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10111110 | 0 | 111110 | 10110 | 100 | 101000010 | 1011000 | 1000010 |
Color Harmonies of #F55DBE
Complementary color
Monochromatic Colors of #F55DBE
Black with #F55DBE
Text Example
Text Example
White with #F55DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DBE; }
p { color: rgb(245,93,190); }
H1.HeaderClassName
{
color: #F55DBE;
}
.AnyTagClassName
{
color: #F55DBE;
}
</style>
background-color css
<style>
a { background-color: #F55DBE; }
a { background-color: rgb(245,93,190); }
div.DivClassName
{
background-color: #F55DBE;
}
.BgClassName
{
background-color: #F55DBE;
}
</style>
border-color css
<style>
span { border-color: #F55DBE; }
span { border-color: rgb(245,93,190); }
td.TdClassName
{
border-color: #F55DBE;
}
.TagClassName
{
border-color: #F55DBE;
}
</style>