Shades of Neon Pink #FF74C2
Tints of Neon Pink #FF74C2
RGB
CMYK
RGB Variations
Color information
#FF74C2 (or 0xFF74C2) is known color: Neon Pink. HEX triplet: FF, 74 and C2. RGB value is (255,116,194). Sum of RGB (Red+Green+Blue) = 255+116+194=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74C2 is #008B3D. Grayscale: #A6A6A6. Windows color (decimal): -35646 or 12743935. OLE color: 12743935.
HSL color Cylindrical-coordinate representation of color #FF74C2: hue angle of 326.33º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74C2 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 194 | - |
| CMYK | 0 | 0.55 | 0.24 | 0 |
| HSL | 326.33º | 1% | 0.73% | - |
| HSV(B) | 326.33º | 0.55% | 1% | - |
| XYZ | 57.22 | 37.65 | 55.29 | - |
| YUV | 166.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 194 | 0 | 0.55 | 0.24 | 0 | 326.33 | 1 | 0.73 |
| Hex | FF | 74 | C2 | 0 | 37 | 18 | 0 | 146 | 64 | 49 |
| Octal | 377 | 164 | 302 | 0 | 67 | 30 | 0 | 506 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11000010 | 0 | 110111 | 11000 | 0 | 101000110 | 1100100 | 1001001 |
Color Harmonies of #FF74C2
Complementary color
Monochromatic Colors of #FF74C2
Black with #FF74C2
Text Example
Text Example
White with #FF74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74C2; }
p { color: rgb(255,116,194); }
H1.HeaderClassName
{
color: #FF74C2;
}
.AnyTagClassName
{
color: #FF74C2;
}
</style>
background-color css
<style>
a { background-color: #FF74C2; }
a { background-color: rgb(255,116,194); }
div.DivClassName
{
background-color: #FF74C2;
}
.BgClassName
{
background-color: #FF74C2;
}
</style>
border-color css
<style>
span { border-color: #FF74C2; }
span { border-color: rgb(255,116,194); }
td.TdClassName
{
border-color: #FF74C2;
}
.TagClassName
{
border-color: #FF74C2;
}
</style>