Shades of Neon Pink #FF56C4
Tints of Neon Pink #FF56C4
RGB
CMYK
RGB Variations
Color information
#FF56C4 (or 0xFF56C4) is known color: Neon Pink. HEX triplet: FF, 56 and C4. RGB value is (255,86,196). Sum of RGB (Red+Green+Blue) = 255+86+196=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56C4 is #00A93B. Grayscale: #949494. Windows color (decimal): -43324 or 12867327. OLE color: 12867327.
HSL color Cylindrical-coordinate representation of color #FF56C4: hue angle of 320.95º 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 #FF56C4 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 196 | - |
| CMYK | 0 | 0.66 | 0.23 | 0 |
| HSL | 320.95º | 1% | 0.67% | - |
| HSV(B) | 320.95º | 0.66% | 1% | - |
| XYZ | 54.53 | 31.9 | 55.51 | - |
| YUV | 149.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 196 | 0 | 0.66 | 0.23 | 0 | 320.95 | 1 | 0.67 |
| Hex | FF | 56 | C4 | 0 | 42 | 17 | 0 | 141 | 64 | 43 |
| Octal | 377 | 126 | 304 | 0 | 102 | 27 | 0 | 501 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11000100 | 0 | 1000010 | 10111 | 0 | 101000001 | 1100100 | 1000011 |
Color Harmonies of #FF56C4
Complementary color
Monochromatic Colors of #FF56C4
Black with #FF56C4
Text Example
Text Example
White with #FF56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56C4; }
p { color: rgb(255,86,196); }
H1.HeaderClassName
{
color: #FF56C4;
}
.AnyTagClassName
{
color: #FF56C4;
}
</style>
background-color css
<style>
a { background-color: #FF56C4; }
a { background-color: rgb(255,86,196); }
div.DivClassName
{
background-color: #FF56C4;
}
.BgClassName
{
background-color: #FF56C4;
}
</style>
border-color css
<style>
span { border-color: #FF56C4; }
span { border-color: rgb(255,86,196); }
td.TdClassName
{
border-color: #FF56C4;
}
.TagClassName
{
border-color: #FF56C4;
}
</style>