Shades of Neon Pink #F669BD
Tints of Neon Pink #F669BD
RGB
CMYK
RGB Variations
Color information
#F669BD (or 0xF669BD) is known color: Neon Pink. HEX triplet: F6, 69 and BD. RGB value is (246,105,189). Sum of RGB (Red+Green+Blue) = 246+105+189=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F669BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669BD is #099642. Grayscale: #9C9C9C. Windows color (decimal): -628291 or 12413430. OLE color: 12413430.
HSL color Cylindrical-coordinate representation of color #F669BD: hue angle of 324.26º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669BD is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 189 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.04 |
| HSL | 324.26º | 0.89% | 0.69% | - |
| HSV(B) | 324.26º | 0.57% | 0.96% | - |
| XYZ | 52.24 | 33.37 | 51.83 | - |
| YUV | 156.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 189 | 0 | 0.57 | 0.23 | 0.04 | 324.26 | 0.89 | 0.69 |
| Hex | F6 | 69 | BD | 0 | 39 | 17 | 4 | 144 | 59 | 45 |
| Octal | 366 | 151 | 275 | 0 | 71 | 27 | 4 | 504 | 131 | 105 |
| Binary | 11110110 | 1101001 | 10111101 | 0 | 111001 | 10111 | 100 | 101000100 | 1011001 | 1000101 |
Color Harmonies of #F669BD
Complementary color
Monochromatic Colors of #F669BD
Black with #F669BD
Text Example
Text Example
White with #F669BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669BD; }
p { color: rgb(246,105,189); }
H1.HeaderClassName
{
color: #F669BD;
}
.AnyTagClassName
{
color: #F669BD;
}
</style>
background-color css
<style>
a { background-color: #F669BD; }
a { background-color: rgb(246,105,189); }
div.DivClassName
{
background-color: #F669BD;
}
.BgClassName
{
background-color: #F669BD;
}
</style>
border-color css
<style>
span { border-color: #F669BD; }
span { border-color: rgb(246,105,189); }
td.TdClassName
{
border-color: #F669BD;
}
.TagClassName
{
border-color: #F669BD;
}
</style>