Shades of Neon Pink #F468D5
Tints of Neon Pink #F468D5
RGB
CMYK
RGB Variations
Color information
#F468D5 (or 0xF468D5) is known color: Neon Pink. HEX triplet: F4, 68 and D5. RGB value is (244,104,213). Sum of RGB (Red+Green+Blue) = 244+104+213=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F468D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468D5 is #0B972A. Grayscale: #9D9D9D. Windows color (decimal): -759595 or 13986036. OLE color: 13986036.
HSL color Cylindrical-coordinate representation of color #F468D5: hue angle of 313.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468D5 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 213 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.04 |
| HSL | 313.29º | 0.86% | 0.68% | - |
| HSV(B) | 313.29º | 0.57% | 0.96% | - |
| XYZ | 54.27 | 33.94 | 66.64 | - |
| YUV | 158.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 213 | 0 | 0.57 | 0.13 | 0.04 | 313.29 | 0.86 | 0.68 |
| Hex | F4 | 68 | D5 | 0 | 39 | D | 4 | 139 | 56 | 44 |
| Octal | 364 | 150 | 325 | 0 | 71 | 15 | 4 | 471 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11010101 | 0 | 111001 | 1101 | 100 | 100111001 | 1010110 | 1000100 |
Color Harmonies of #F468D5
Complementary color
Monochromatic Colors of #F468D5
Black with #F468D5
Text Example
Text Example
White with #F468D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468D5; }
p { color: rgb(244,104,213); }
H1.HeaderClassName
{
color: #F468D5;
}
.AnyTagClassName
{
color: #F468D5;
}
</style>
background-color css
<style>
a { background-color: #F468D5; }
a { background-color: rgb(244,104,213); }
div.DivClassName
{
background-color: #F468D5;
}
.BgClassName
{
background-color: #F468D5;
}
</style>
border-color css
<style>
span { border-color: #F468D5; }
span { border-color: rgb(244,104,213); }
td.TdClassName
{
border-color: #F468D5;
}
.TagClassName
{
border-color: #F468D5;
}
</style>