Shades of Neon Pink #F569D4
Tints of Neon Pink #F569D4
RGB
CMYK
RGB Variations
Color information
#F569D4 (or 0xF569D4) is known color: Neon Pink. HEX triplet: F5, 69 and D4. RGB value is (245,105,212). Sum of RGB (Red+Green+Blue) = 245+105+212=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F569D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569D4 is #0A962B. Grayscale: #9E9E9E. Windows color (decimal): -693804 or 13920757. OLE color: 13920757.
HSL color Cylindrical-coordinate representation of color #F569D4: hue angle of 314.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569D4 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 212 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.04 |
| HSL | 314.14º | 0.88% | 0.69% | - |
| HSV(B) | 314.14º | 0.57% | 0.96% | - |
| XYZ | 54.59 | 34.27 | 66.02 | - |
| YUV | 159.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 212 | 0 | 0.57 | 0.13 | 0.04 | 314.14 | 0.88 | 0.69 |
| Hex | F5 | 69 | D4 | 0 | 39 | D | 4 | 13A | 58 | 45 |
| Octal | 365 | 151 | 324 | 0 | 71 | 15 | 4 | 472 | 130 | 105 |
| Binary | 11110101 | 1101001 | 11010100 | 0 | 111001 | 1101 | 100 | 100111010 | 1011000 | 1000101 |
Color Harmonies of #F569D4
Complementary color
Monochromatic Colors of #F569D4
Black with #F569D4
Text Example
Text Example
White with #F569D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569D4; }
p { color: rgb(245,105,212); }
H1.HeaderClassName
{
color: #F569D4;
}
.AnyTagClassName
{
color: #F569D4;
}
</style>
background-color css
<style>
a { background-color: #F569D4; }
a { background-color: rgb(245,105,212); }
div.DivClassName
{
background-color: #F569D4;
}
.BgClassName
{
background-color: #F569D4;
}
</style>
border-color css
<style>
span { border-color: #F569D4; }
span { border-color: rgb(245,105,212); }
td.TdClassName
{
border-color: #F569D4;
}
.TagClassName
{
border-color: #F569D4;
}
</style>