Shades of Neon Pink #F65DC9
Tints of Neon Pink #F65DC9
RGB
CMYK
RGB Variations
Color information
#F65DC9 (or 0xF65DC9) is known color: Neon Pink. HEX triplet: F6, 5D and C9. RGB value is (246,93,201). Sum of RGB (Red+Green+Blue) = 246+93+201=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DC9 is #09A236. Grayscale: #969696. Windows color (decimal): -631351 or 13196790. OLE color: 13196790.
HSL color Cylindrical-coordinate representation of color #F65DC9: hue angle of 317.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DC9 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 201 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.04 |
| HSL | 317.65º | 0.89% | 0.66% | - |
| HSV(B) | 317.65º | 0.62% | 0.96% | - |
| XYZ | 52.46 | 31.64 | 58.6 | - |
| YUV | 151.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 201 | 0 | 0.62 | 0.18 | 0.04 | 317.65 | 0.89 | 0.66 |
| Hex | F6 | 5D | C9 | 0 | 3E | 12 | 4 | 13E | 59 | 42 |
| Octal | 366 | 135 | 311 | 0 | 76 | 22 | 4 | 476 | 131 | 102 |
| Binary | 11110110 | 1011101 | 11001001 | 0 | 111110 | 10010 | 100 | 100111110 | 1011001 | 1000010 |
Color Harmonies of #F65DC9
Complementary color
Monochromatic Colors of #F65DC9
Black with #F65DC9
Text Example
Text Example
White with #F65DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65DC9; }
p { color: rgb(246,93,201); }
H1.HeaderClassName
{
color: #F65DC9;
}
.AnyTagClassName
{
color: #F65DC9;
}
</style>
background-color css
<style>
a { background-color: #F65DC9; }
a { background-color: rgb(246,93,201); }
div.DivClassName
{
background-color: #F65DC9;
}
.BgClassName
{
background-color: #F65DC9;
}
</style>
border-color css
<style>
span { border-color: #F65DC9; }
span { border-color: rgb(246,93,201); }
td.TdClassName
{
border-color: #F65DC9;
}
.TagClassName
{
border-color: #F65DC9;
}
</style>