Shades of Neon Pink #F65FD2
Tints of Neon Pink #F65FD2
RGB
CMYK
RGB Variations
Color information
#F65FD2 (or 0xF65FD2) is known color: Neon Pink. HEX triplet: F6, 5F and D2. RGB value is (246,95,210). Sum of RGB (Red+Green+Blue) = 246+95+210=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FD2 is #09A02D. Grayscale: #989898. Windows color (decimal): -630830 or 13787126. OLE color: 13787126.
HSL color Cylindrical-coordinate representation of color #F65FD2: hue angle of 314.3º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FD2 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 210 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.04 |
| HSL | 314.3º | 0.89% | 0.67% | - |
| HSV(B) | 314.3º | 0.61% | 0.96% | - |
| XYZ | 53.73 | 32.43 | 64.4 | - |
| YUV | 153.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 210 | 0 | 0.61 | 0.15 | 0.04 | 314.3 | 0.89 | 0.67 |
| Hex | F6 | 5F | D2 | 0 | 3D | F | 4 | 13A | 59 | 43 |
| Octal | 366 | 137 | 322 | 0 | 75 | 17 | 4 | 472 | 131 | 103 |
| Binary | 11110110 | 1011111 | 11010010 | 0 | 111101 | 1111 | 100 | 100111010 | 1011001 | 1000011 |
Color Harmonies of #F65FD2
Complementary color
Monochromatic Colors of #F65FD2
Black with #F65FD2
Text Example
Text Example
White with #F65FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FD2; }
p { color: rgb(246,95,210); }
H1.HeaderClassName
{
color: #F65FD2;
}
.AnyTagClassName
{
color: #F65FD2;
}
</style>
background-color css
<style>
a { background-color: #F65FD2; }
a { background-color: rgb(246,95,210); }
div.DivClassName
{
background-color: #F65FD2;
}
.BgClassName
{
background-color: #F65FD2;
}
</style>
border-color css
<style>
span { border-color: #F65FD2; }
span { border-color: rgb(246,95,210); }
td.TdClassName
{
border-color: #F65FD2;
}
.TagClassName
{
border-color: #F65FD2;
}
</style>