Shades of Neon Pink #F065C5
Tints of Neon Pink #F065C5
RGB
CMYK
RGB Variations
Color information
#F065C5 (or 0xF065C5) is known color: Neon Pink. HEX triplet: F0, 65 and C5. RGB value is (240,101,197). Sum of RGB (Red+Green+Blue) = 240+101+197=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F065C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065C5 is #0F9A3A. Grayscale: #999999. Windows color (decimal): -1022523 or 12936688. OLE color: 12936688.
HSL color Cylindrical-coordinate representation of color #F065C5: hue angle of 318.56º 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 #F065C5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 197 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.06 |
| HSL | 318.56º | 0.82% | 0.67% | - |
| HSV(B) | 318.56º | 0.58% | 0.94% | - |
| XYZ | 50.67 | 31.86 | 56.3 | - |
| YUV | 153.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 197 | 0 | 0.58 | 0.18 | 0.06 | 318.56 | 0.82 | 0.67 |
| Hex | F0 | 65 | C5 | 0 | 3A | 12 | 6 | 13F | 52 | 43 |
| Octal | 360 | 145 | 305 | 0 | 72 | 22 | 6 | 477 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11000101 | 0 | 111010 | 10010 | 110 | 100111111 | 1010010 | 1000011 |
Color Harmonies of #F065C5
Complementary color
Monochromatic Colors of #F065C5
Black with #F065C5
Text Example
Text Example
White with #F065C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065C5; }
p { color: rgb(240,101,197); }
H1.HeaderClassName
{
color: #F065C5;
}
.AnyTagClassName
{
color: #F065C5;
}
</style>
background-color css
<style>
a { background-color: #F065C5; }
a { background-color: rgb(240,101,197); }
div.DivClassName
{
background-color: #F065C5;
}
.BgClassName
{
background-color: #F065C5;
}
</style>
border-color css
<style>
span { border-color: #F065C5; }
span { border-color: rgb(240,101,197); }
td.TdClassName
{
border-color: #F065C5;
}
.TagClassName
{
border-color: #F065C5;
}
</style>