Shades of Neon Pink #FF67C7
Tints of Neon Pink #FF67C7
RGB
CMYK
RGB Variations
Color information
#FF67C7 (or 0xFF67C7) is known color: Neon Pink. HEX triplet: FF, 67 and C7. RGB value is (255,103,199). Sum of RGB (Red+Green+Blue) = 255+103+199=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67C7 is #009838. Grayscale: #9F9F9F. Windows color (decimal): -38969 or 13068287. OLE color: 13068287.
HSL color Cylindrical-coordinate representation of color #FF67C7: hue angle of 322.11º 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 #FF67C7 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 199 | - |
| CMYK | 0 | 0.60 | 0.22 | 0 |
| HSL | 322.11º | 1% | 0.7% | - |
| HSV(B) | 322.11º | 0.6% | 1% | - |
| XYZ | 56.4 | 35.08 | 57.83 | - |
| YUV | 159.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 199 | 0 | 0.60 | 0.22 | 0 | 322.11 | 1 | 0.7 |
| Hex | FF | 67 | C7 | 0 | 3C | 16 | 0 | 142 | 64 | 46 |
| Octal | 377 | 147 | 307 | 0 | 74 | 26 | 0 | 502 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11000111 | 0 | 111100 | 10110 | 0 | 101000010 | 1100100 | 1000110 |
Color Harmonies of #FF67C7
Complementary color
Monochromatic Colors of #FF67C7
Black with #FF67C7
Text Example
Text Example
White with #FF67C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67C7; }
p { color: rgb(255,103,199); }
H1.HeaderClassName
{
color: #FF67C7;
}
.AnyTagClassName
{
color: #FF67C7;
}
</style>
background-color css
<style>
a { background-color: #FF67C7; }
a { background-color: rgb(255,103,199); }
div.DivClassName
{
background-color: #FF67C7;
}
.BgClassName
{
background-color: #FF67C7;
}
</style>
border-color css
<style>
span { border-color: #FF67C7; }
span { border-color: rgb(255,103,199); }
td.TdClassName
{
border-color: #FF67C7;
}
.TagClassName
{
border-color: #FF67C7;
}
</style>