Shades of Neon Pink #F065CC
Tints of Neon Pink #F065CC
RGB
CMYK
RGB Variations
Color information
#F065CC (or 0xF065CC) is known color: Neon Pink. HEX triplet: F0, 65 and CC. RGB value is (240,101,204). Sum of RGB (Red+Green+Blue) = 240+101+204=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F065CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065CC is #0F9A33. Grayscale: #9A9A9A. Windows color (decimal): -1022516 or 13395440. OLE color: 13395440.
HSL color Cylindrical-coordinate representation of color #F065CC: hue angle of 315.54º 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 #F065CC is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 204 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.06 |
| HSL | 315.54º | 0.82% | 0.67% | - |
| HSV(B) | 315.54º | 0.58% | 0.94% | - |
| XYZ | 51.49 | 32.19 | 60.63 | - |
| YUV | 154.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 204 | 0 | 0.58 | 0.15 | 0.06 | 315.54 | 0.82 | 0.67 |
| Hex | F0 | 65 | CC | 0 | 3A | F | 6 | 13C | 52 | 43 |
| Octal | 360 | 145 | 314 | 0 | 72 | 17 | 6 | 474 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11001100 | 0 | 111010 | 1111 | 110 | 100111100 | 1010010 | 1000011 |
Color Harmonies of #F065CC
Complementary color
Monochromatic Colors of #F065CC
Black with #F065CC
Text Example
Text Example
White with #F065CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065CC; }
p { color: rgb(240,101,204); }
H1.HeaderClassName
{
color: #F065CC;
}
.AnyTagClassName
{
color: #F065CC;
}
</style>
background-color css
<style>
a { background-color: #F065CC; }
a { background-color: rgb(240,101,204); }
div.DivClassName
{
background-color: #F065CC;
}
.BgClassName
{
background-color: #F065CC;
}
</style>
border-color css
<style>
span { border-color: #F065CC; }
span { border-color: rgb(240,101,204); }
td.TdClassName
{
border-color: #F065CC;
}
.TagClassName
{
border-color: #F065CC;
}
</style>