Shades of Neon Pink #F679D2
Tints of Neon Pink #F679D2
RGB
CMYK
RGB Variations
Color information
#F679D2 (or 0xF679D2) is known color: Neon Pink. HEX triplet: F6, 79 and D2. RGB value is (246,121,210). Sum of RGB (Red+Green+Blue) = 246+121+210=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F679D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679D2 is #09862D. Grayscale: #A8A8A8. Windows color (decimal): -624174 or 13793782. OLE color: 13793782.
HSL color Cylindrical-coordinate representation of color #F679D2: hue angle of 317.28º 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 #F679D2 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 210 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.04 |
| HSL | 317.28º | 0.87% | 0.72% | - |
| HSV(B) | 317.28º | 0.51% | 0.96% | - |
| XYZ | 56.48 | 37.92 | 65.32 | - |
| YUV | 168.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 210 | 0 | 0.51 | 0.15 | 0.04 | 317.28 | 0.87 | 0.72 |
| Hex | F6 | 79 | D2 | 0 | 33 | F | 4 | 13D | 57 | 48 |
| Octal | 366 | 171 | 322 | 0 | 63 | 17 | 4 | 475 | 127 | 110 |
| Binary | 11110110 | 1111001 | 11010010 | 0 | 110011 | 1111 | 100 | 100111101 | 1010111 | 1001000 |
Color Harmonies of #F679D2
Complementary color
Monochromatic Colors of #F679D2
Black with #F679D2
Text Example
Text Example
White with #F679D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679D2; }
p { color: rgb(246,121,210); }
H1.HeaderClassName
{
color: #F679D2;
}
.AnyTagClassName
{
color: #F679D2;
}
</style>
background-color css
<style>
a { background-color: #F679D2; }
a { background-color: rgb(246,121,210); }
div.DivClassName
{
background-color: #F679D2;
}
.BgClassName
{
background-color: #F679D2;
}
</style>
border-color css
<style>
span { border-color: #F679D2; }
span { border-color: rgb(246,121,210); }
td.TdClassName
{
border-color: #F679D2;
}
.TagClassName
{
border-color: #F679D2;
}
</style>