Shades of Neon Pink #FF56C3
Tints of Neon Pink #FF56C3
RGB
CMYK
RGB Variations
Color information
#FF56C3 (or 0xFF56C3) is known color: Neon Pink. HEX triplet: FF, 56 and C3. RGB value is (255,86,195). Sum of RGB (Red+Green+Blue) = 255+86+195=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56C3 is #00A93C. Grayscale: #949494. Windows color (decimal): -43325 or 12801791. OLE color: 12801791.
HSL color Cylindrical-coordinate representation of color #FF56C3: hue angle of 321.3º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56C3 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 195 | - |
| CMYK | 0 | 0.66 | 0.24 | 0 |
| HSL | 321.3º | 1% | 0.67% | - |
| HSV(B) | 321.3º | 0.66% | 1% | - |
| XYZ | 54.42 | 31.86 | 54.91 | - |
| YUV | 148.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 195 | 0 | 0.66 | 0.24 | 0 | 321.3 | 1 | 0.67 |
| Hex | FF | 56 | C3 | 0 | 42 | 18 | 0 | 141 | 64 | 43 |
| Octal | 377 | 126 | 303 | 0 | 102 | 30 | 0 | 501 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11000011 | 0 | 1000010 | 11000 | 0 | 101000001 | 1100100 | 1000011 |
Color Harmonies of #FF56C3
Complementary color
Monochromatic Colors of #FF56C3
Black with #FF56C3
Text Example
Text Example
White with #FF56C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56C3; }
p { color: rgb(255,86,195); }
H1.HeaderClassName
{
color: #FF56C3;
}
.AnyTagClassName
{
color: #FF56C3;
}
</style>
background-color css
<style>
a { background-color: #FF56C3; }
a { background-color: rgb(255,86,195); }
div.DivClassName
{
background-color: #FF56C3;
}
.BgClassName
{
background-color: #FF56C3;
}
</style>
border-color css
<style>
span { border-color: #FF56C3; }
span { border-color: rgb(255,86,195); }
td.TdClassName
{
border-color: #FF56C3;
}
.TagClassName
{
border-color: #FF56C3;
}
</style>