Shades of Neon Pink #F864C6
Tints of Neon Pink #F864C6
RGB
CMYK
RGB Variations
Color information
#F864C6 (or 0xF864C6) is known color: Neon Pink. HEX triplet: F8, 64 and C6. RGB value is (248,100,198). Sum of RGB (Red+Green+Blue) = 248+100+198=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F864C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F864C6 is #079B39. Grayscale: #9B9B9B. Windows color (decimal): -498490 or 13001976. OLE color: 13001976.
HSL color Cylindrical-coordinate representation of color #F864C6: hue angle of 320.27º 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 #F864C6 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 198 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.03 |
| HSL | 320.27º | 0.91% | 0.68% | - |
| HSV(B) | 320.27º | 0.6% | 0.97% | - |
| XYZ | 53.46 | 33.15 | 57.01 | - |
| YUV | 155.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 198 | 0 | 0.60 | 0.20 | 0.03 | 320.27 | 0.91 | 0.68 |
| Hex | F8 | 64 | C6 | 0 | 3C | 14 | 3 | 140 | 5B | 44 |
| Octal | 370 | 144 | 306 | 0 | 74 | 24 | 3 | 500 | 133 | 104 |
| Binary | 11111000 | 1100100 | 11000110 | 0 | 111100 | 10100 | 11 | 101000000 | 1011011 | 1000100 |
Color Harmonies of #F864C6
Complementary color
Monochromatic Colors of #F864C6
Black with #F864C6
Text Example
Text Example
White with #F864C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F864C6; }
p { color: rgb(248,100,198); }
H1.HeaderClassName
{
color: #F864C6;
}
.AnyTagClassName
{
color: #F864C6;
}
</style>
background-color css
<style>
a { background-color: #F864C6; }
a { background-color: rgb(248,100,198); }
div.DivClassName
{
background-color: #F864C6;
}
.BgClassName
{
background-color: #F864C6;
}
</style>
border-color css
<style>
span { border-color: #F864C6; }
span { border-color: rgb(248,100,198); }
td.TdClassName
{
border-color: #F864C6;
}
.TagClassName
{
border-color: #F864C6;
}
</style>