Shades of Neon Pink #F965BE
Tints of Neon Pink #F965BE
RGB
CMYK
RGB Variations
Color information
#F965BE (or 0xF965BE) is known color: Neon Pink. HEX triplet: F9, 65 and BE. RGB value is (249,101,190). Sum of RGB (Red+Green+Blue) = 249+101+190=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F965BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965BE is #069A41. Grayscale: #9B9B9B. Windows color (decimal): -432706 or 12477945. OLE color: 12477945.
HSL color Cylindrical-coordinate representation of color #F965BE: hue angle of 323.92º 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 #F965BE is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 190 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.02 |
| HSL | 323.92º | 0.93% | 0.69% | - |
| HSV(B) | 323.92º | 0.59% | 0.98% | - |
| XYZ | 53.01 | 33.16 | 52.32 | - |
| YUV | 155.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 190 | 0 | 0.59 | 0.24 | 0.02 | 323.92 | 0.93 | 0.69 |
| Hex | F9 | 65 | BE | 0 | 3B | 18 | 2 | 144 | 5C | 45 |
| Octal | 371 | 145 | 276 | 0 | 73 | 30 | 2 | 504 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10111110 | 0 | 111011 | 11000 | 10 | 101000100 | 1011100 | 1000101 |
Color Harmonies of #F965BE
Complementary color
Monochromatic Colors of #F965BE
Black with #F965BE
Text Example
Text Example
White with #F965BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965BE; }
p { color: rgb(249,101,190); }
H1.HeaderClassName
{
color: #F965BE;
}
.AnyTagClassName
{
color: #F965BE;
}
</style>
background-color css
<style>
a { background-color: #F965BE; }
a { background-color: rgb(249,101,190); }
div.DivClassName
{
background-color: #F965BE;
}
.BgClassName
{
background-color: #F965BE;
}
</style>
border-color css
<style>
span { border-color: #F965BE; }
span { border-color: rgb(249,101,190); }
td.TdClassName
{
border-color: #F965BE;
}
.TagClassName
{
border-color: #F965BE;
}
</style>