Shades of Neon Pink #F065BD
Tints of Neon Pink #F065BD
RGB
CMYK
RGB Variations
Color information
#F065BD (or 0xF065BD) is known color: Neon Pink. HEX triplet: F0, 65 and BD. RGB value is (240,101,189). Sum of RGB (Red+Green+Blue) = 240+101+189=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F065BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065BD is #0F9A42. Grayscale: #989898. Windows color (decimal): -1022531 or 12412400. OLE color: 12412400.
HSL color Cylindrical-coordinate representation of color #F065BD: hue angle of 322.01º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065BD is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 189 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.06 |
| HSL | 322.01º | 0.82% | 0.67% | - |
| HSV(B) | 322.01º | 0.58% | 0.94% | - |
| XYZ | 49.77 | 31.51 | 51.6 | - |
| YUV | 152.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 189 | 0 | 0.58 | 0.21 | 0.06 | 322.01 | 0.82 | 0.67 |
| Hex | F0 | 65 | BD | 0 | 3A | 15 | 6 | 142 | 52 | 43 |
| Octal | 360 | 145 | 275 | 0 | 72 | 25 | 6 | 502 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10111101 | 0 | 111010 | 10101 | 110 | 101000010 | 1010010 | 1000011 |
Color Harmonies of #F065BD
Complementary color
Monochromatic Colors of #F065BD
Black with #F065BD
Text Example
Text Example
White with #F065BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065BD; }
p { color: rgb(240,101,189); }
H1.HeaderClassName
{
color: #F065BD;
}
.AnyTagClassName
{
color: #F065BD;
}
</style>
background-color css
<style>
a { background-color: #F065BD; }
a { background-color: rgb(240,101,189); }
div.DivClassName
{
background-color: #F065BD;
}
.BgClassName
{
background-color: #F065BD;
}
</style>
border-color css
<style>
span { border-color: #F065BD; }
span { border-color: rgb(240,101,189); }
td.TdClassName
{
border-color: #F065BD;
}
.TagClassName
{
border-color: #F065BD;
}
</style>