Shades of Neon Pink #F256C1
Tints of Neon Pink #F256C1
RGB
CMYK
RGB Variations
Color information
#F256C1 (or 0xF256C1) is known color: Neon Pink. HEX triplet: F2, 56 and C1. RGB value is (242,86,193). Sum of RGB (Red+Green+Blue) = 242+86+193=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F256C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256C1 is #0DA93E. Grayscale: #909090. Windows color (decimal): -895295 or 12670706. OLE color: 12670706.
HSL color Cylindrical-coordinate representation of color #F256C1: hue angle of 318.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256C1 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 193 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.05 |
| HSL | 318.85º | 0.86% | 0.64% | - |
| HSV(B) | 318.85º | 0.64% | 0.95% | - |
| XYZ | 49.57 | 29.38 | 53.51 | - |
| YUV | 144.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 193 | 0 | 0.64 | 0.20 | 0.05 | 318.85 | 0.86 | 0.64 |
| Hex | F2 | 56 | C1 | 0 | 40 | 14 | 5 | 13F | 56 | 40 |
| Octal | 362 | 126 | 301 | 0 | 100 | 24 | 5 | 477 | 126 | 100 |
| Binary | 11110010 | 1010110 | 11000001 | 0 | 1000000 | 10100 | 101 | 100111111 | 1010110 | 1000000 |
Color Harmonies of #F256C1
Complementary color
Monochromatic Colors of #F256C1
Black with #F256C1
Text Example
Text Example
White with #F256C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256C1; }
p { color: rgb(242,86,193); }
H1.HeaderClassName
{
color: #F256C1;
}
.AnyTagClassName
{
color: #F256C1;
}
</style>
background-color css
<style>
a { background-color: #F256C1; }
a { background-color: rgb(242,86,193); }
div.DivClassName
{
background-color: #F256C1;
}
.BgClassName
{
background-color: #F256C1;
}
</style>
border-color css
<style>
span { border-color: #F256C1; }
span { border-color: rgb(242,86,193); }
td.TdClassName
{
border-color: #F256C1;
}
.TagClassName
{
border-color: #F256C1;
}
</style>