Shades of Neon Pink #FF67D0
Tints of Neon Pink #FF67D0
RGB
CMYK
RGB Variations
Color information
#FF67D0 (or 0xFF67D0) is known color: Neon Pink. HEX triplet: FF, 67 and D0. RGB value is (255,103,208). Sum of RGB (Red+Green+Blue) = 255+103+208=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67D0 is #00982F. Grayscale: #A0A0A0. Windows color (decimal): -38960 or 13658111. OLE color: 13658111.
HSL color Cylindrical-coordinate representation of color #FF67D0: hue angle of 318.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67D0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 208 | - |
| CMYK | 0 | 0.60 | 0.18 | 0 |
| HSL | 318.55º | 1% | 0.7% | - |
| HSV(B) | 318.55º | 0.6% | 1% | - |
| XYZ | 57.48 | 35.51 | 63.5 | - |
| YUV | 160.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 208 | 0 | 0.60 | 0.18 | 0 | 318.55 | 1 | 0.7 |
| Hex | FF | 67 | D0 | 0 | 3C | 12 | 0 | 13F | 64 | 46 |
| Octal | 377 | 147 | 320 | 0 | 74 | 22 | 0 | 477 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11010000 | 0 | 111100 | 10010 | 0 | 100111111 | 1100100 | 1000110 |
Color Harmonies of #FF67D0
Complementary color
Monochromatic Colors of #FF67D0
Black with #FF67D0
Text Example
Text Example
White with #FF67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67D0; }
p { color: rgb(255,103,208); }
H1.HeaderClassName
{
color: #FF67D0;
}
.AnyTagClassName
{
color: #FF67D0;
}
</style>
background-color css
<style>
a { background-color: #FF67D0; }
a { background-color: rgb(255,103,208); }
div.DivClassName
{
background-color: #FF67D0;
}
.BgClassName
{
background-color: #FF67D0;
}
</style>
border-color css
<style>
span { border-color: #FF67D0; }
span { border-color: rgb(255,103,208); }
td.TdClassName
{
border-color: #FF67D0;
}
.TagClassName
{
border-color: #FF67D0;
}
</style>