Shades of Neon Pink #F65ABF
Tints of Neon Pink #F65ABF
RGB
CMYK
RGB Variations
Color information
#F65ABF (or 0xF65ABF) is known color: Neon Pink. HEX triplet: F6, 5A and BF. RGB value is (246,90,191). Sum of RGB (Red+Green+Blue) = 246+90+191=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ABF is #09A540. Grayscale: #939393. Windows color (decimal): -632129 or 12540662. OLE color: 12540662.
HSL color Cylindrical-coordinate representation of color #F65ABF: hue angle of 321.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65ABF is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 191 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.04 |
| HSL | 321.15º | 0.9% | 0.66% | - |
| HSV(B) | 321.15º | 0.63% | 0.96% | - |
| XYZ | 51.07 | 30.67 | 52.52 | - |
| YUV | 148.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 191 | 0 | 0.63 | 0.22 | 0.04 | 321.15 | 0.9 | 0.66 |
| Hex | F6 | 5A | BF | 0 | 3F | 16 | 4 | 141 | 5A | 42 |
| Octal | 366 | 132 | 277 | 0 | 77 | 26 | 4 | 501 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10111111 | 0 | 111111 | 10110 | 100 | 101000001 | 1011010 | 1000010 |
Color Harmonies of #F65ABF
Complementary color
Monochromatic Colors of #F65ABF
Black with #F65ABF
Text Example
Text Example
White with #F65ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ABF; }
p { color: rgb(246,90,191); }
H1.HeaderClassName
{
color: #F65ABF;
}
.AnyTagClassName
{
color: #F65ABF;
}
</style>
background-color css
<style>
a { background-color: #F65ABF; }
a { background-color: rgb(246,90,191); }
div.DivClassName
{
background-color: #F65ABF;
}
.BgClassName
{
background-color: #F65ABF;
}
</style>
border-color css
<style>
span { border-color: #F65ABF; }
span { border-color: rgb(246,90,191); }
td.TdClassName
{
border-color: #F65ABF;
}
.TagClassName
{
border-color: #F65ABF;
}
</style>