Shades of Neon Pink #F965C0
Tints of Neon Pink #F965C0
RGB
CMYK
RGB Variations
Color information
#F965C0 (or 0xF965C0) is known color: Neon Pink. HEX triplet: F9, 65 and C0. RGB value is (249,101,192). Sum of RGB (Red+Green+Blue) = 249+101+192=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F965C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965C0 is #069A3F. Grayscale: #9B9B9B. Windows color (decimal): -432704 or 12609017. OLE color: 12609017.
HSL color Cylindrical-coordinate representation of color #F965C0: hue angle of 323.11º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965C0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 192 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.02 |
| HSL | 323.11º | 0.93% | 0.69% | - |
| HSV(B) | 323.11º | 0.59% | 0.98% | - |
| XYZ | 53.24 | 33.25 | 53.48 | - |
| YUV | 155.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 192 | 0 | 0.59 | 0.23 | 0.02 | 323.11 | 0.93 | 0.69 |
| Hex | F9 | 65 | C0 | 0 | 3B | 17 | 2 | 143 | 5C | 45 |
| Octal | 371 | 145 | 300 | 0 | 73 | 27 | 2 | 503 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11000000 | 0 | 111011 | 10111 | 10 | 101000011 | 1011100 | 1000101 |
Color Harmonies of #F965C0
Complementary color
Monochromatic Colors of #F965C0
Black with #F965C0
Text Example
Text Example
White with #F965C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965C0; }
p { color: rgb(249,101,192); }
H1.HeaderClassName
{
color: #F965C0;
}
.AnyTagClassName
{
color: #F965C0;
}
</style>
background-color css
<style>
a { background-color: #F965C0; }
a { background-color: rgb(249,101,192); }
div.DivClassName
{
background-color: #F965C0;
}
.BgClassName
{
background-color: #F965C0;
}
</style>
border-color css
<style>
span { border-color: #F965C0; }
span { border-color: rgb(249,101,192); }
td.TdClassName
{
border-color: #F965C0;
}
.TagClassName
{
border-color: #F965C0;
}
</style>