Shades of Neon Pink #F568D4
Tints of Neon Pink #F568D4
RGB
CMYK
RGB Variations
Color information
#F568D4 (or 0xF568D4) is known color: Neon Pink. HEX triplet: F5, 68 and D4. RGB value is (245,104,212). Sum of RGB (Red+Green+Blue) = 245+104+212=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F568D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568D4 is #0A972B. Grayscale: #9E9E9E. Windows color (decimal): -694060 or 13920501. OLE color: 13920501.
HSL color Cylindrical-coordinate representation of color #F568D4: hue angle of 314.04º 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 #F568D4 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 212 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.04 |
| HSL | 314.04º | 0.88% | 0.68% | - |
| HSV(B) | 314.04º | 0.58% | 0.96% | - |
| XYZ | 54.49 | 34.07 | 65.99 | - |
| YUV | 158.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 212 | 0 | 0.58 | 0.13 | 0.04 | 314.04 | 0.88 | 0.68 |
| Hex | F5 | 68 | D4 | 0 | 3A | D | 4 | 13A | 58 | 44 |
| Octal | 365 | 150 | 324 | 0 | 72 | 15 | 4 | 472 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11010100 | 0 | 111010 | 1101 | 100 | 100111010 | 1011000 | 1000100 |
Color Harmonies of #F568D4
Complementary color
Monochromatic Colors of #F568D4
Black with #F568D4
Text Example
Text Example
White with #F568D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568D4; }
p { color: rgb(245,104,212); }
H1.HeaderClassName
{
color: #F568D4;
}
.AnyTagClassName
{
color: #F568D4;
}
</style>
background-color css
<style>
a { background-color: #F568D4; }
a { background-color: rgb(245,104,212); }
div.DivClassName
{
background-color: #F568D4;
}
.BgClassName
{
background-color: #F568D4;
}
</style>
border-color css
<style>
span { border-color: #F568D4; }
span { border-color: rgb(245,104,212); }
td.TdClassName
{
border-color: #F568D4;
}
.TagClassName
{
border-color: #F568D4;
}
</style>