Shades of Neon Pink #F67AD3
Tints of Neon Pink #F67AD3
RGB
CMYK
RGB Variations
Color information
#F67AD3 (or 0xF67AD3) is known color: Neon Pink. HEX triplet: F6, 7A and D3. RGB value is (246,122,211). Sum of RGB (Red+Green+Blue) = 246+122+211=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AD3 is #09852C. Grayscale: #A8A8A8. Windows color (decimal): -623917 or 13859574. OLE color: 13859574.
HSL color Cylindrical-coordinate representation of color #F67AD3: hue angle of 316.94º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AD3 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 211 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.04 |
| HSL | 316.94º | 0.87% | 0.72% | - |
| HSV(B) | 316.94º | 0.5% | 0.96% | - |
| XYZ | 56.72 | 38.22 | 66.01 | - |
| YUV | 169.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 211 | 0 | 0.50 | 0.14 | 0.04 | 316.94 | 0.87 | 0.72 |
| Hex | F6 | 7A | D3 | 0 | 32 | E | 4 | 13D | 57 | 48 |
| Octal | 366 | 172 | 323 | 0 | 62 | 16 | 4 | 475 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11010011 | 0 | 110010 | 1110 | 100 | 100111101 | 1010111 | 1001000 |
Color Harmonies of #F67AD3
Complementary color
Monochromatic Colors of #F67AD3
Black with #F67AD3
Text Example
Text Example
White with #F67AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67AD3; }
p { color: rgb(246,122,211); }
H1.HeaderClassName
{
color: #F67AD3;
}
.AnyTagClassName
{
color: #F67AD3;
}
</style>
background-color css
<style>
a { background-color: #F67AD3; }
a { background-color: rgb(246,122,211); }
div.DivClassName
{
background-color: #F67AD3;
}
.BgClassName
{
background-color: #F67AD3;
}
</style>
border-color css
<style>
span { border-color: #F67AD3; }
span { border-color: rgb(246,122,211); }
td.TdClassName
{
border-color: #F67AD3;
}
.TagClassName
{
border-color: #F67AD3;
}
</style>