Shades of Neon Pink #F65BC6
Tints of Neon Pink #F65BC6
RGB
CMYK
RGB Variations
Color information
#F65BC6 (or 0xF65BC6) is known color: Neon Pink. HEX triplet: F6, 5B and C6. RGB value is (246,91,198). Sum of RGB (Red+Green+Blue) = 246+91+198=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BC6 is #09A439. Grayscale: #959595. Windows color (decimal): -631866 or 12999670. OLE color: 12999670.
HSL color Cylindrical-coordinate representation of color #F65BC6: hue angle of 318.58º 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 #F65BC6 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 198 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.04 |
| HSL | 318.58º | 0.9% | 0.66% | - |
| HSV(B) | 318.58º | 0.63% | 0.96% | - |
| XYZ | 51.94 | 31.15 | 56.7 | - |
| YUV | 149.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 198 | 0 | 0.63 | 0.20 | 0.04 | 318.58 | 0.9 | 0.66 |
| Hex | F6 | 5B | C6 | 0 | 3F | 14 | 4 | 13F | 5A | 42 |
| Octal | 366 | 133 | 306 | 0 | 77 | 24 | 4 | 477 | 132 | 102 |
| Binary | 11110110 | 1011011 | 11000110 | 0 | 111111 | 10100 | 100 | 100111111 | 1011010 | 1000010 |
Color Harmonies of #F65BC6
Complementary color
Monochromatic Colors of #F65BC6
Black with #F65BC6
Text Example
Text Example
White with #F65BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BC6; }
p { color: rgb(246,91,198); }
H1.HeaderClassName
{
color: #F65BC6;
}
.AnyTagClassName
{
color: #F65BC6;
}
</style>
background-color css
<style>
a { background-color: #F65BC6; }
a { background-color: rgb(246,91,198); }
div.DivClassName
{
background-color: #F65BC6;
}
.BgClassName
{
background-color: #F65BC6;
}
</style>
border-color css
<style>
span { border-color: #F65BC6; }
span { border-color: rgb(246,91,198); }
td.TdClassName
{
border-color: #F65BC6;
}
.TagClassName
{
border-color: #F65BC6;
}
</style>