Shades of Neon Pink #F862D1
Tints of Neon Pink #F862D1
RGB
CMYK
RGB Variations
Color information
#F862D1 (or 0xF862D1) is known color: Neon Pink. HEX triplet: F8, 62 and D1. RGB value is (248,98,209). Sum of RGB (Red+Green+Blue) = 248+98+209=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F862D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862D1 is #079D2E. Grayscale: #9B9B9B. Windows color (decimal): -498991 or 13722360. OLE color: 13722360.
HSL color Cylindrical-coordinate representation of color #F862D1: hue angle of 315.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F862D1 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 209 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.03 |
| HSL | 315.6º | 0.91% | 0.68% | - |
| HSV(B) | 315.6º | 0.6% | 0.97% | - |
| XYZ | 54.59 | 33.3 | 63.87 | - |
| YUV | 155.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 209 | 0 | 0.60 | 0.16 | 0.03 | 315.6 | 0.91 | 0.68 |
| Hex | F8 | 62 | D1 | 0 | 3C | 10 | 3 | 13C | 5B | 44 |
| Octal | 370 | 142 | 321 | 0 | 74 | 20 | 3 | 474 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11010001 | 0 | 111100 | 10000 | 11 | 100111100 | 1011011 | 1000100 |
Color Harmonies of #F862D1
Complementary color
Monochromatic Colors of #F862D1
Black with #F862D1
Text Example
Text Example
White with #F862D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862D1; }
p { color: rgb(248,98,209); }
H1.HeaderClassName
{
color: #F862D1;
}
.AnyTagClassName
{
color: #F862D1;
}
</style>
background-color css
<style>
a { background-color: #F862D1; }
a { background-color: rgb(248,98,209); }
div.DivClassName
{
background-color: #F862D1;
}
.BgClassName
{
background-color: #F862D1;
}
</style>
border-color css
<style>
span { border-color: #F862D1; }
span { border-color: rgb(248,98,209); }
td.TdClassName
{
border-color: #F862D1;
}
.TagClassName
{
border-color: #F862D1;
}
</style>