Shades of Neon Pink #F260BE
Tints of Neon Pink #F260BE
RGB
CMYK
RGB Variations
Color information
#F260BE (or 0xF260BE) is known color: Neon Pink. HEX triplet: F2, 60 and BE. RGB value is (242,96,190). Sum of RGB (Red+Green+Blue) = 242+96+190=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BE is #0D9F41. Grayscale: #969696. Windows color (decimal): -892738 or 12476658. OLE color: 12476658.
HSL color Cylindrical-coordinate representation of color #F260BE: hue angle of 321.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260BE is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 190 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.05 |
| HSL | 321.37º | 0.85% | 0.66% | - |
| HSV(B) | 321.37º | 0.6% | 0.95% | - |
| XYZ | 50.1 | 30.96 | 52.05 | - |
| YUV | 150.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 190 | 0 | 0.60 | 0.21 | 0.05 | 321.37 | 0.85 | 0.66 |
| Hex | F2 | 60 | BE | 0 | 3C | 15 | 5 | 141 | 55 | 42 |
| Octal | 362 | 140 | 276 | 0 | 74 | 25 | 5 | 501 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10111110 | 0 | 111100 | 10101 | 101 | 101000001 | 1010101 | 1000010 |
Color Harmonies of #F260BE
Complementary color
Monochromatic Colors of #F260BE
Black with #F260BE
Text Example
Text Example
White with #F260BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260BE; }
p { color: rgb(242,96,190); }
H1.HeaderClassName
{
color: #F260BE;
}
.AnyTagClassName
{
color: #F260BE;
}
</style>
background-color css
<style>
a { background-color: #F260BE; }
a { background-color: rgb(242,96,190); }
div.DivClassName
{
background-color: #F260BE;
}
.BgClassName
{
background-color: #F260BE;
}
</style>
border-color css
<style>
span { border-color: #F260BE; }
span { border-color: rgb(242,96,190); }
td.TdClassName
{
border-color: #F260BE;
}
.TagClassName
{
border-color: #F260BE;
}
</style>