Shades of Neon Pink #F866D3
Tints of Neon Pink #F866D3
RGB
CMYK
RGB Variations
Color information
#F866D3 (or 0xF866D3) is known color: Neon Pink. HEX triplet: F8, 66 and D3. RGB value is (248,102,211). Sum of RGB (Red+Green+Blue) = 248+102+211=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F866D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866D3 is #07992C. Grayscale: #9D9D9D. Windows color (decimal): -497965 or 13854456. OLE color: 13854456.
HSL color Cylindrical-coordinate representation of color #F866D3: hue angle of 315.21º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866D3 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 211 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.03 |
| HSL | 315.21º | 0.91% | 0.69% | - |
| HSV(B) | 315.21º | 0.59% | 0.97% | - |
| XYZ | 55.22 | 34.16 | 65.31 | - |
| YUV | 158.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 211 | 0 | 0.59 | 0.15 | 0.03 | 315.21 | 0.91 | 0.69 |
| Hex | F8 | 66 | D3 | 0 | 3B | F | 3 | 13B | 5B | 45 |
| Octal | 370 | 146 | 323 | 0 | 73 | 17 | 3 | 473 | 133 | 105 |
| Binary | 11111000 | 1100110 | 11010011 | 0 | 111011 | 1111 | 11 | 100111011 | 1011011 | 1000101 |
Color Harmonies of #F866D3
Complementary color
Monochromatic Colors of #F866D3
Black with #F866D3
Text Example
Text Example
White with #F866D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866D3; }
p { color: rgb(248,102,211); }
H1.HeaderClassName
{
color: #F866D3;
}
.AnyTagClassName
{
color: #F866D3;
}
</style>
background-color css
<style>
a { background-color: #F866D3; }
a { background-color: rgb(248,102,211); }
div.DivClassName
{
background-color: #F866D3;
}
.BgClassName
{
background-color: #F866D3;
}
</style>
border-color css
<style>
span { border-color: #F866D3; }
span { border-color: rgb(248,102,211); }
td.TdClassName
{
border-color: #F866D3;
}
.TagClassName
{
border-color: #F866D3;
}
</style>