Shades of Neon Pink #F96BDA
Tints of Neon Pink #F96BDA
RGB
CMYK
RGB Variations
Color information
#F96BDA (or 0xF96BDA) is known color: Neon Pink. HEX triplet: F9, 6B and DA. RGB value is (249,107,218). Sum of RGB (Red+Green+Blue) = 249+107+218=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BDA is #069425. Grayscale: #A1A1A1. Windows color (decimal): -431142 or 14314489. OLE color: 14314489.
HSL color Cylindrical-coordinate representation of color #F96BDA: hue angle of 313.1º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96BDA is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 218 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.02 |
| HSL | 313.1º | 0.92% | 0.7% | - |
| HSV(B) | 313.1º | 0.57% | 0.98% | - |
| XYZ | 56.98 | 35.72 | 70.22 | - |
| YUV | 162.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 218 | 0 | 0.57 | 0.12 | 0.02 | 313.1 | 0.92 | 0.7 |
| Hex | F9 | 6B | DA | 0 | 39 | C | 2 | 139 | 5C | 46 |
| Octal | 371 | 153 | 332 | 0 | 71 | 14 | 2 | 471 | 134 | 106 |
| Binary | 11111001 | 1101011 | 11011010 | 0 | 111001 | 1100 | 10 | 100111001 | 1011100 | 1000110 |
Color Harmonies of #F96BDA
Complementary color
Monochromatic Colors of #F96BDA
Black with #F96BDA
Text Example
Text Example
White with #F96BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BDA; }
p { color: rgb(249,107,218); }
H1.HeaderClassName
{
color: #F96BDA;
}
.AnyTagClassName
{
color: #F96BDA;
}
</style>
background-color css
<style>
a { background-color: #F96BDA; }
a { background-color: rgb(249,107,218); }
div.DivClassName
{
background-color: #F96BDA;
}
.BgClassName
{
background-color: #F96BDA;
}
</style>
border-color css
<style>
span { border-color: #F96BDA; }
span { border-color: rgb(249,107,218); }
td.TdClassName
{
border-color: #F96BDA;
}
.TagClassName
{
border-color: #F96BDA;
}
</style>