Shades of Neon Pink #F566C4
Tints of Neon Pink #F566C4
RGB
CMYK
RGB Variations
Color information
#F566C4 (or 0xF566C4) is known color: Neon Pink. HEX triplet: F5, 66 and C4. RGB value is (245,102,196). Sum of RGB (Red+Green+Blue) = 245+102+196=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F566C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566C4 is #0A993B. Grayscale: #9B9B9B. Windows color (decimal): -694588 or 12871413. OLE color: 12871413.
HSL color Cylindrical-coordinate representation of color #F566C4: hue angle of 320.56º 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 #F566C4 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 196 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.04 |
| HSL | 320.56º | 0.88% | 0.68% | - |
| HSV(B) | 320.56º | 0.58% | 0.96% | - |
| XYZ | 52.37 | 32.9 | 55.81 | - |
| YUV | 155.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 196 | 0 | 0.58 | 0.2 | 0.04 | 320.56 | 0.88 | 0.68 |
| Hex | F5 | 66 | C4 | 0 | 3A | 14 | 4 | 141 | 58 | 44 |
| Octal | 365 | 146 | 304 | 0 | 72 | 24 | 4 | 501 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11000100 | 0 | 111010 | 10100 | 100 | 101000001 | 1011000 | 1000100 |
Color Harmonies of #F566C4
Complementary color
Monochromatic Colors of #F566C4
Black with #F566C4
Text Example
Text Example
White with #F566C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566C4; }
p { color: rgb(245,102,196); }
H1.HeaderClassName
{
color: #F566C4;
}
.AnyTagClassName
{
color: #F566C4;
}
</style>
background-color css
<style>
a { background-color: #F566C4; }
a { background-color: rgb(245,102,196); }
div.DivClassName
{
background-color: #F566C4;
}
.BgClassName
{
background-color: #F566C4;
}
</style>
border-color css
<style>
span { border-color: #F566C4; }
span { border-color: rgb(245,102,196); }
td.TdClassName
{
border-color: #F566C4;
}
.TagClassName
{
border-color: #F566C4;
}
</style>