Shades of Neon Pink #FF53CF
Tints of Neon Pink #FF53CF
RGB
CMYK
RGB Variations
Color information
#FF53CF (or 0xFF53CF) is known color: Neon Pink. HEX triplet: FF, 53 and CF. RGB value is (255,83,207). Sum of RGB (Red+Green+Blue) = 255+83+207=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53CF is #00AC30. Grayscale: #949494. Windows color (decimal): -44081 or 13587455. OLE color: 13587455.
HSL color Cylindrical-coordinate representation of color #FF53CF: hue angle of 316.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53CF is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 207 | - |
| CMYK | 0 | 0.67 | 0.19 | 0 |
| HSL | 316.74º | 1% | 0.66% | - |
| HSV(B) | 316.74º | 0.67% | 1% | - |
| XYZ | 55.6 | 31.95 | 62.27 | - |
| YUV | 148.56 | 160.98 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 207 | 0 | 0.67 | 0.19 | 0 | 316.74 | 1 | 0.66 |
| Hex | FF | 53 | CF | 0 | 43 | 13 | 0 | 13D | 64 | 42 |
| Octal | 377 | 123 | 317 | 0 | 103 | 23 | 0 | 475 | 144 | 102 |
| Binary | 11111111 | 1010011 | 11001111 | 0 | 1000011 | 10011 | 0 | 100111101 | 1100100 | 1000010 |
Color Harmonies of #FF53CF
Complementary color
Monochromatic Colors of #FF53CF
Black with #FF53CF
Text Example
Text Example
White with #FF53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53CF; }
p { color: rgb(255,83,207); }
H1.HeaderClassName
{
color: #FF53CF;
}
.AnyTagClassName
{
color: #FF53CF;
}
</style>
background-color css
<style>
a { background-color: #FF53CF; }
a { background-color: rgb(255,83,207); }
div.DivClassName
{
background-color: #FF53CF;
}
.BgClassName
{
background-color: #FF53CF;
}
</style>
border-color css
<style>
span { border-color: #FF53CF; }
span { border-color: rgb(255,83,207); }
td.TdClassName
{
border-color: #FF53CF;
}
.TagClassName
{
border-color: #FF53CF;
}
</style>