Shades of Neon Pink #FF67C4
Tints of Neon Pink #FF67C4
RGB
CMYK
RGB Variations
Color information
#FF67C4 (or 0xFF67C4) is known color: Neon Pink. HEX triplet: FF, 67 and C4. RGB value is (255,103,196). Sum of RGB (Red+Green+Blue) = 255+103+196=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67C4 is #00983B. Grayscale: #9E9E9E. Windows color (decimal): -38972 or 12871679. OLE color: 12871679.
HSL color Cylindrical-coordinate representation of color #FF67C4: hue angle of 323.29º 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 #FF67C4 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 196 | - |
| CMYK | 0 | 0.60 | 0.23 | 0 |
| HSL | 323.29º | 1% | 0.7% | - |
| HSV(B) | 323.29º | 0.6% | 1% | - |
| XYZ | 56.05 | 34.95 | 56.02 | - |
| YUV | 159.05 | 148.86 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 196 | 0 | 0.60 | 0.23 | 0 | 323.29 | 1 | 0.7 |
| Hex | FF | 67 | C4 | 0 | 3C | 17 | 0 | 143 | 64 | 46 |
| Octal | 377 | 147 | 304 | 0 | 74 | 27 | 0 | 503 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11000100 | 0 | 111100 | 10111 | 0 | 101000011 | 1100100 | 1000110 |
Color Harmonies of #FF67C4
Complementary color
Monochromatic Colors of #FF67C4
Black with #FF67C4
Text Example
Text Example
White with #FF67C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67C4; }
p { color: rgb(255,103,196); }
H1.HeaderClassName
{
color: #FF67C4;
}
.AnyTagClassName
{
color: #FF67C4;
}
</style>
background-color css
<style>
a { background-color: #FF67C4; }
a { background-color: rgb(255,103,196); }
div.DivClassName
{
background-color: #FF67C4;
}
.BgClassName
{
background-color: #FF67C4;
}
</style>
border-color css
<style>
span { border-color: #FF67C4; }
span { border-color: rgb(255,103,196); }
td.TdClassName
{
border-color: #FF67C4;
}
.TagClassName
{
border-color: #FF67C4;
}
</style>