Shades of Neon Pink #F065C8
Tints of Neon Pink #F065C8
RGB
CMYK
RGB Variations
Color information
#F065C8 (or 0xF065C8) is known color: Neon Pink. HEX triplet: F0, 65 and C8. RGB value is (240,101,200). Sum of RGB (Red+Green+Blue) = 240+101+200=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F065C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065C8 is #0F9A37. Grayscale: #999999. Windows color (decimal): -1022520 or 13133296. OLE color: 13133296.
HSL color Cylindrical-coordinate representation of color #F065C8: hue angle of 317.27º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065C8 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 200 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.06 |
| HSL | 317.27º | 0.82% | 0.67% | - |
| HSV(B) | 317.27º | 0.58% | 0.94% | - |
| XYZ | 51.01 | 32 | 58.13 | - |
| YUV | 153.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 200 | 0 | 0.58 | 0.17 | 0.06 | 317.27 | 0.82 | 0.67 |
| Hex | F0 | 65 | C8 | 0 | 3A | 11 | 6 | 13D | 52 | 43 |
| Octal | 360 | 145 | 310 | 0 | 72 | 21 | 6 | 475 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11001000 | 0 | 111010 | 10001 | 110 | 100111101 | 1010010 | 1000011 |
Color Harmonies of #F065C8
Complementary color
Monochromatic Colors of #F065C8
Black with #F065C8
Text Example
Text Example
White with #F065C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065C8; }
p { color: rgb(240,101,200); }
H1.HeaderClassName
{
color: #F065C8;
}
.AnyTagClassName
{
color: #F065C8;
}
</style>
background-color css
<style>
a { background-color: #F065C8; }
a { background-color: rgb(240,101,200); }
div.DivClassName
{
background-color: #F065C8;
}
.BgClassName
{
background-color: #F065C8;
}
</style>
border-color css
<style>
span { border-color: #F065C8; }
span { border-color: rgb(240,101,200); }
td.TdClassName
{
border-color: #F065C8;
}
.TagClassName
{
border-color: #F065C8;
}
</style>