Shades of Neon Pink #F65BC7
Tints of Neon Pink #F65BC7
RGB
CMYK
RGB Variations
Color information
#F65BC7 (or 0xF65BC7) is known color: Neon Pink. HEX triplet: F6, 5B and C7. RGB value is (246,91,199). Sum of RGB (Red+Green+Blue) = 246+91+199=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BC7 is #09A438. Grayscale: #959595. Windows color (decimal): -631865 or 13065206. OLE color: 13065206.
HSL color Cylindrical-coordinate representation of color #F65BC7: hue angle of 318.19º 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 #F65BC7 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 199 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.04 |
| HSL | 318.19º | 0.9% | 0.66% | - |
| HSV(B) | 318.19º | 0.63% | 0.96% | - |
| XYZ | 52.06 | 31.2 | 57.31 | - |
| YUV | 149.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 199 | 0 | 0.63 | 0.19 | 0.04 | 318.19 | 0.9 | 0.66 |
| Hex | F6 | 5B | C7 | 0 | 3F | 13 | 4 | 13E | 5A | 42 |
| Octal | 366 | 133 | 307 | 0 | 77 | 23 | 4 | 476 | 132 | 102 |
| Binary | 11110110 | 1011011 | 11000111 | 0 | 111111 | 10011 | 100 | 100111110 | 1011010 | 1000010 |
Color Harmonies of #F65BC7
Complementary color
Monochromatic Colors of #F65BC7
Black with #F65BC7
Text Example
Text Example
White with #F65BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BC7; }
p { color: rgb(246,91,199); }
H1.HeaderClassName
{
color: #F65BC7;
}
.AnyTagClassName
{
color: #F65BC7;
}
</style>
background-color css
<style>
a { background-color: #F65BC7; }
a { background-color: rgb(246,91,199); }
div.DivClassName
{
background-color: #F65BC7;
}
.BgClassName
{
background-color: #F65BC7;
}
</style>
border-color css
<style>
span { border-color: #F65BC7; }
span { border-color: rgb(246,91,199); }
td.TdClassName
{
border-color: #F65BC7;
}
.TagClassName
{
border-color: #F65BC7;
}
</style>