Shades of Neon Pink #F965CB
Tints of Neon Pink #F965CB
RGB
CMYK
RGB Variations
Color information
#F965CB (or 0xF965CB) is known color: Neon Pink. HEX triplet: F9, 65 and CB. RGB value is (249,101,203). Sum of RGB (Red+Green+Blue) = 249+101+203=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F965CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965CB is #069A34. Grayscale: #9C9C9C. Windows color (decimal): -432693 or 13329913. OLE color: 13329913.
HSL color Cylindrical-coordinate representation of color #F965CB: hue angle of 318.65º 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 #F965CB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 203 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.02 |
| HSL | 318.65º | 0.93% | 0.69% | - |
| HSV(B) | 318.65º | 0.59% | 0.98% | - |
| XYZ | 54.5 | 33.76 | 60.14 | - |
| YUV | 156.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 203 | 0 | 0.59 | 0.18 | 0.02 | 318.65 | 0.93 | 0.69 |
| Hex | F9 | 65 | CB | 0 | 3B | 12 | 2 | 13F | 5C | 45 |
| Octal | 371 | 145 | 313 | 0 | 73 | 22 | 2 | 477 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11001011 | 0 | 111011 | 10010 | 10 | 100111111 | 1011100 | 1000101 |
Color Harmonies of #F965CB
Complementary color
Monochromatic Colors of #F965CB
Black with #F965CB
Text Example
Text Example
White with #F965CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965CB; }
p { color: rgb(249,101,203); }
H1.HeaderClassName
{
color: #F965CB;
}
.AnyTagClassName
{
color: #F965CB;
}
</style>
background-color css
<style>
a { background-color: #F965CB; }
a { background-color: rgb(249,101,203); }
div.DivClassName
{
background-color: #F965CB;
}
.BgClassName
{
background-color: #F965CB;
}
</style>
border-color css
<style>
span { border-color: #F965CB; }
span { border-color: rgb(249,101,203); }
td.TdClassName
{
border-color: #F965CB;
}
.TagClassName
{
border-color: #F965CB;
}
</style>