Shades of Neon Pink #FF69BE
Tints of Neon Pink #FF69BE
RGB
CMYK
RGB Variations
Color information
#FF69BE (or 0xFF69BE) is known color: Neon Pink. HEX triplet: FF, 69 and BE. RGB value is (255,105,190). Sum of RGB (Red+Green+Blue) = 255+105+190=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69BE is #009641. Grayscale: #9F9F9F. Windows color (decimal): -38466 or 12478975. OLE color: 12478975.
HSL color Cylindrical-coordinate representation of color #FF69BE: hue angle of 326º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69BE is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 190 | - |
| CMYK | 0 | 0.59 | 0.25 | 0 |
| HSL | 326º | 1% | 0.71% | - |
| HSV(B) | 326º | 0.59% | 1% | - |
| XYZ | 55.59 | 35.08 | 52.56 | - |
| YUV | 159.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 190 | 0 | 0.59 | 0.25 | 0 | 326 | 1 | 0.71 |
| Hex | FF | 69 | BE | 0 | 3B | 19 | 0 | 146 | 64 | 47 |
| Octal | 377 | 151 | 276 | 0 | 73 | 31 | 0 | 506 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10111110 | 0 | 111011 | 11001 | 0 | 101000110 | 1100100 | 1000111 |
Color Harmonies of #FF69BE
Complementary color
Monochromatic Colors of #FF69BE
Black with #FF69BE
Text Example
Text Example
White with #FF69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69BE; }
p { color: rgb(255,105,190); }
H1.HeaderClassName
{
color: #FF69BE;
}
.AnyTagClassName
{
color: #FF69BE;
}
</style>
background-color css
<style>
a { background-color: #FF69BE; }
a { background-color: rgb(255,105,190); }
div.DivClassName
{
background-color: #FF69BE;
}
.BgClassName
{
background-color: #FF69BE;
}
</style>
border-color css
<style>
span { border-color: #FF69BE; }
span { border-color: rgb(255,105,190); }
td.TdClassName
{
border-color: #FF69BE;
}
.TagClassName
{
border-color: #FF69BE;
}
</style>