Shades of Neon Pink #F861D4
Tints of Neon Pink #F861D4
RGB
CMYK
RGB Variations
Color information
#F861D4 (or 0xF861D4) is known color: Neon Pink. HEX triplet: F8, 61 and D4. RGB value is (248,97,212). Sum of RGB (Red+Green+Blue) = 248+97+212=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F861D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861D4 is #079E2B. Grayscale: #9A9A9A. Windows color (decimal): -499244 or 13918712. OLE color: 13918712.
HSL color Cylindrical-coordinate representation of color #F861D4: hue angle of 314.3º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861D4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 212 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.03 |
| HSL | 314.3º | 0.92% | 0.68% | - |
| HSV(B) | 314.3º | 0.61% | 0.97% | - |
| XYZ | 54.87 | 33.26 | 65.82 | - |
| YUV | 155.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 212 | 0 | 0.61 | 0.15 | 0.03 | 314.3 | 0.92 | 0.68 |
| Hex | F8 | 61 | D4 | 0 | 3D | F | 3 | 13A | 5C | 44 |
| Octal | 370 | 141 | 324 | 0 | 75 | 17 | 3 | 472 | 134 | 104 |
| Binary | 11111000 | 1100001 | 11010100 | 0 | 111101 | 1111 | 11 | 100111010 | 1011100 | 1000100 |
Color Harmonies of #F861D4
Complementary color
Monochromatic Colors of #F861D4
Black with #F861D4
Text Example
Text Example
White with #F861D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F861D4; }
p { color: rgb(248,97,212); }
H1.HeaderClassName
{
color: #F861D4;
}
.AnyTagClassName
{
color: #F861D4;
}
</style>
background-color css
<style>
a { background-color: #F861D4; }
a { background-color: rgb(248,97,212); }
div.DivClassName
{
background-color: #F861D4;
}
.BgClassName
{
background-color: #F861D4;
}
</style>
border-color css
<style>
span { border-color: #F861D4; }
span { border-color: rgb(248,97,212); }
td.TdClassName
{
border-color: #F861D4;
}
.TagClassName
{
border-color: #F861D4;
}
</style>