Shades of Neon Pink #F66BD2
Tints of Neon Pink #F66BD2
RGB
CMYK
RGB Variations
Color information
#F66BD2 (or 0xF66BD2) is known color: Neon Pink. HEX triplet: F6, 6B and D2. RGB value is (246,107,210). Sum of RGB (Red+Green+Blue) = 246+107+210=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BD2 is #09942D. Grayscale: #A0A0A0. Windows color (decimal): -627758 or 13790198. OLE color: 13790198.
HSL color Cylindrical-coordinate representation of color #F66BD2: hue angle of 315.54º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BD2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 210 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.04 |
| HSL | 315.54º | 0.89% | 0.69% | - |
| HSV(B) | 315.54º | 0.57% | 0.96% | - |
| XYZ | 54.9 | 34.76 | 64.79 | - |
| YUV | 160.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 210 | 0 | 0.57 | 0.15 | 0.04 | 315.54 | 0.89 | 0.69 |
| Hex | F6 | 6B | D2 | 0 | 39 | F | 4 | 13C | 59 | 45 |
| Octal | 366 | 153 | 322 | 0 | 71 | 17 | 4 | 474 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11010010 | 0 | 111001 | 1111 | 100 | 100111100 | 1011001 | 1000101 |
Color Harmonies of #F66BD2
Complementary color
Monochromatic Colors of #F66BD2
Black with #F66BD2
Text Example
Text Example
White with #F66BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BD2; }
p { color: rgb(246,107,210); }
H1.HeaderClassName
{
color: #F66BD2;
}
.AnyTagClassName
{
color: #F66BD2;
}
</style>
background-color css
<style>
a { background-color: #F66BD2; }
a { background-color: rgb(246,107,210); }
div.DivClassName
{
background-color: #F66BD2;
}
.BgClassName
{
background-color: #F66BD2;
}
</style>
border-color css
<style>
span { border-color: #F66BD2; }
span { border-color: rgb(246,107,210); }
td.TdClassName
{
border-color: #F66BD2;
}
.TagClassName
{
border-color: #F66BD2;
}
</style>