Shades of Neon Pink #F862D4
Tints of Neon Pink #F862D4
RGB
CMYK
RGB Variations
Color information
#F862D4 (or 0xF862D4) is known color: Neon Pink. HEX triplet: F8, 62 and D4. RGB value is (248,98,212). Sum of RGB (Red+Green+Blue) = 248+98+212=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F862D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862D4 is #079D2B. Grayscale: #9B9B9B. Windows color (decimal): -498988 or 13918968. OLE color: 13918968.
HSL color Cylindrical-coordinate representation of color #F862D4: hue angle of 314.4º 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 #F862D4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 212 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.03 |
| HSL | 314.4º | 0.91% | 0.68% | - |
| HSV(B) | 314.4º | 0.6% | 0.97% | - |
| XYZ | 54.96 | 33.45 | 65.85 | - |
| YUV | 155.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 212 | 0 | 0.60 | 0.15 | 0.03 | 314.4 | 0.91 | 0.68 |
| Hex | F8 | 62 | D4 | 0 | 3C | F | 3 | 13A | 5B | 44 |
| Octal | 370 | 142 | 324 | 0 | 74 | 17 | 3 | 472 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11010100 | 0 | 111100 | 1111 | 11 | 100111010 | 1011011 | 1000100 |
Color Harmonies of #F862D4
Complementary color
Monochromatic Colors of #F862D4
Black with #F862D4
Text Example
Text Example
White with #F862D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862D4; }
p { color: rgb(248,98,212); }
H1.HeaderClassName
{
color: #F862D4;
}
.AnyTagClassName
{
color: #F862D4;
}
</style>
background-color css
<style>
a { background-color: #F862D4; }
a { background-color: rgb(248,98,212); }
div.DivClassName
{
background-color: #F862D4;
}
.BgClassName
{
background-color: #F862D4;
}
</style>
border-color css
<style>
span { border-color: #F862D4; }
span { border-color: rgb(248,98,212); }
td.TdClassName
{
border-color: #F862D4;
}
.TagClassName
{
border-color: #F862D4;
}
</style>