Shades of Neon Pink #F96CDA
Tints of Neon Pink #F96CDA
RGB
CMYK
RGB Variations
Color information
#F96CDA (or 0xF96CDA) is known color: Neon Pink. HEX triplet: F9, 6C and DA. RGB value is (249,108,218). Sum of RGB (Red+Green+Blue) = 249+108+218=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CDA is #069325. Grayscale: #A2A2A2. Windows color (decimal): -430886 or 14314745. OLE color: 14314745.
HSL color Cylindrical-coordinate representation of color #F96CDA: hue angle of 313.19º 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 #F96CDA is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 218 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.02 |
| HSL | 313.19º | 0.92% | 0.7% | - |
| HSV(B) | 313.19º | 0.57% | 0.98% | - |
| XYZ | 57.08 | 35.93 | 70.26 | - |
| YUV | 162.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 218 | 0 | 0.57 | 0.12 | 0.02 | 313.19 | 0.92 | 0.7 |
| Hex | F9 | 6C | DA | 0 | 39 | C | 2 | 139 | 5C | 46 |
| Octal | 371 | 154 | 332 | 0 | 71 | 14 | 2 | 471 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11011010 | 0 | 111001 | 1100 | 10 | 100111001 | 1011100 | 1000110 |
Color Harmonies of #F96CDA
Complementary color
Monochromatic Colors of #F96CDA
Black with #F96CDA
Text Example
Text Example
White with #F96CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CDA; }
p { color: rgb(249,108,218); }
H1.HeaderClassName
{
color: #F96CDA;
}
.AnyTagClassName
{
color: #F96CDA;
}
</style>
background-color css
<style>
a { background-color: #F96CDA; }
a { background-color: rgb(249,108,218); }
div.DivClassName
{
background-color: #F96CDA;
}
.BgClassName
{
background-color: #F96CDA;
}
</style>
border-color css
<style>
span { border-color: #F96CDA; }
span { border-color: rgb(249,108,218); }
td.TdClassName
{
border-color: #F96CDA;
}
.TagClassName
{
border-color: #F96CDA;
}
</style>