Shades of Neon Pink #F679D4
Tints of Neon Pink #F679D4
RGB
CMYK
RGB Variations
Color information
#F679D4 (or 0xF679D4) is known color: Neon Pink. HEX triplet: F6, 79 and D4. RGB value is (246,121,212). Sum of RGB (Red+Green+Blue) = 246+121+212=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F679D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679D4 is #09862B. Grayscale: #A8A8A8. Windows color (decimal): -624172 or 13924854. OLE color: 13924854.
HSL color Cylindrical-coordinate representation of color #F679D4: hue angle of 316.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F679D4 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 212 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.04 |
| HSL | 316.32º | 0.87% | 0.72% | - |
| HSV(B) | 316.32º | 0.51% | 0.96% | - |
| XYZ | 56.73 | 38.02 | 66.64 | - |
| YUV | 168.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 212 | 0 | 0.51 | 0.14 | 0.04 | 316.32 | 0.87 | 0.72 |
| Hex | F6 | 79 | D4 | 0 | 33 | E | 4 | 13C | 57 | 48 |
| Octal | 366 | 171 | 324 | 0 | 63 | 16 | 4 | 474 | 127 | 110 |
| Binary | 11110110 | 1111001 | 11010100 | 0 | 110011 | 1110 | 100 | 100111100 | 1010111 | 1001000 |
Color Harmonies of #F679D4
Complementary color
Monochromatic Colors of #F679D4
Black with #F679D4
Text Example
Text Example
White with #F679D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679D4; }
p { color: rgb(246,121,212); }
H1.HeaderClassName
{
color: #F679D4;
}
.AnyTagClassName
{
color: #F679D4;
}
</style>
background-color css
<style>
a { background-color: #F679D4; }
a { background-color: rgb(246,121,212); }
div.DivClassName
{
background-color: #F679D4;
}
.BgClassName
{
background-color: #F679D4;
}
</style>
border-color css
<style>
span { border-color: #F679D4; }
span { border-color: rgb(246,121,212); }
td.TdClassName
{
border-color: #F679D4;
}
.TagClassName
{
border-color: #F679D4;
}
</style>