Shades of Neon Pink #F864CA
Tints of Neon Pink #F864CA
RGB
CMYK
RGB Variations
Color information
#F864CA (or 0xF864CA) is known color: Neon Pink. HEX triplet: F8, 64 and CA. RGB value is (248,100,202). Sum of RGB (Red+Green+Blue) = 248+100+202=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F864CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F864CA is #079B35. Grayscale: #9B9B9B. Windows color (decimal): -498486 or 13264120. OLE color: 13264120.
HSL color Cylindrical-coordinate representation of color #F864CA: hue angle of 318.65º 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 #F864CA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 202 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.03 |
| HSL | 318.65º | 0.91% | 0.68% | - |
| HSV(B) | 318.65º | 0.6% | 0.97% | - |
| XYZ | 53.93 | 33.34 | 59.47 | - |
| YUV | 155.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 202 | 0 | 0.60 | 0.19 | 0.03 | 318.65 | 0.91 | 0.68 |
| Hex | F8 | 64 | CA | 0 | 3C | 13 | 3 | 13F | 5B | 44 |
| Octal | 370 | 144 | 312 | 0 | 74 | 23 | 3 | 477 | 133 | 104 |
| Binary | 11111000 | 1100100 | 11001010 | 0 | 111100 | 10011 | 11 | 100111111 | 1011011 | 1000100 |
Color Harmonies of #F864CA
Complementary color
Monochromatic Colors of #F864CA
Black with #F864CA
Text Example
Text Example
White with #F864CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F864CA; }
p { color: rgb(248,100,202); }
H1.HeaderClassName
{
color: #F864CA;
}
.AnyTagClassName
{
color: #F864CA;
}
</style>
background-color css
<style>
a { background-color: #F864CA; }
a { background-color: rgb(248,100,202); }
div.DivClassName
{
background-color: #F864CA;
}
.BgClassName
{
background-color: #F864CA;
}
</style>
border-color css
<style>
span { border-color: #F864CA; }
span { border-color: rgb(248,100,202); }
td.TdClassName
{
border-color: #F864CA;
}
.TagClassName
{
border-color: #F864CA;
}
</style>