Shades of Neon Pink #F65BC9
Tints of Neon Pink #F65BC9
RGB
CMYK
RGB Variations
Color information
#F65BC9 (or 0xF65BC9) is known color: Neon Pink. HEX triplet: F6, 5B and C9. RGB value is (246,91,201). Sum of RGB (Red+Green+Blue) = 246+91+201=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BC9 is #09A436. Grayscale: #959595. Windows color (decimal): -631863 or 13196278. OLE color: 13196278.
HSL color Cylindrical-coordinate representation of color #F65BC9: hue angle of 317.42º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BC9 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 201 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.04 |
| HSL | 317.42º | 0.9% | 0.66% | - |
| HSV(B) | 317.42º | 0.63% | 0.96% | - |
| XYZ | 52.29 | 31.29 | 58.54 | - |
| YUV | 149.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 201 | 0 | 0.63 | 0.18 | 0.04 | 317.42 | 0.9 | 0.66 |
| Hex | F6 | 5B | C9 | 0 | 3F | 12 | 4 | 13D | 5A | 42 |
| Octal | 366 | 133 | 311 | 0 | 77 | 22 | 4 | 475 | 132 | 102 |
| Binary | 11110110 | 1011011 | 11001001 | 0 | 111111 | 10010 | 100 | 100111101 | 1011010 | 1000010 |
Color Harmonies of #F65BC9
Complementary color
Monochromatic Colors of #F65BC9
Black with #F65BC9
Text Example
Text Example
White with #F65BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BC9; }
p { color: rgb(246,91,201); }
H1.HeaderClassName
{
color: #F65BC9;
}
.AnyTagClassName
{
color: #F65BC9;
}
</style>
background-color css
<style>
a { background-color: #F65BC9; }
a { background-color: rgb(246,91,201); }
div.DivClassName
{
background-color: #F65BC9;
}
.BgClassName
{
background-color: #F65BC9;
}
</style>
border-color css
<style>
span { border-color: #F65BC9; }
span { border-color: rgb(246,91,201); }
td.TdClassName
{
border-color: #F65BC9;
}
.TagClassName
{
border-color: #F65BC9;
}
</style>