Shades of Neon Pink #F568C2
Tints of Neon Pink #F568C2
RGB
CMYK
RGB Variations
Color information
#F568C2 (or 0xF568C2) is known color: Neon Pink. HEX triplet: F5, 68 and C2. RGB value is (245,104,194). Sum of RGB (Red+Green+Blue) = 245+104+194=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F568C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568C2 is #0A973D. Grayscale: #9C9C9C. Windows color (decimal): -694078 or 12740853. OLE color: 12740853.
HSL color Cylindrical-coordinate representation of color #F568C2: hue angle of 321.7º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F568C2 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 194 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.04 |
| HSL | 321.7º | 0.88% | 0.68% | - |
| HSV(B) | 321.7º | 0.58% | 0.96% | - |
| XYZ | 52.34 | 33.21 | 54.69 | - |
| YUV | 156.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 194 | 0 | 0.58 | 0.21 | 0.04 | 321.7 | 0.88 | 0.68 |
| Hex | F5 | 68 | C2 | 0 | 3A | 15 | 4 | 142 | 58 | 44 |
| Octal | 365 | 150 | 302 | 0 | 72 | 25 | 4 | 502 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11000010 | 0 | 111010 | 10101 | 100 | 101000010 | 1011000 | 1000100 |
Color Harmonies of #F568C2
Complementary color
Monochromatic Colors of #F568C2
Black with #F568C2
Text Example
Text Example
White with #F568C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568C2; }
p { color: rgb(245,104,194); }
H1.HeaderClassName
{
color: #F568C2;
}
.AnyTagClassName
{
color: #F568C2;
}
</style>
background-color css
<style>
a { background-color: #F568C2; }
a { background-color: rgb(245,104,194); }
div.DivClassName
{
background-color: #F568C2;
}
.BgClassName
{
background-color: #F568C2;
}
</style>
border-color css
<style>
span { border-color: #F568C2; }
span { border-color: rgb(245,104,194); }
td.TdClassName
{
border-color: #F568C2;
}
.TagClassName
{
border-color: #F568C2;
}
</style>