Shades of Neon Pink #FF6FC4
Tints of Neon Pink #FF6FC4
RGB
CMYK
RGB Variations
Color information
#FF6FC4 (or 0xFF6FC4) is known color: Neon Pink. HEX triplet: FF, 6F and C4. RGB value is (255,111,196). Sum of RGB (Red+Green+Blue) = 255+111+196=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FC4 is #00903B. Grayscale: #A3A3A3. Windows color (decimal): -36924 or 12873727. OLE color: 12873727.
HSL color Cylindrical-coordinate representation of color #FF6FC4: hue angle of 324.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FC4 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 196 | - |
| CMYK | 0 | 0.56 | 0.23 | 0 |
| HSL | 324.58º | 1% | 0.72% | - |
| HSV(B) | 324.58º | 0.56% | 1% | - |
| XYZ | 56.89 | 36.61 | 56.29 | - |
| YUV | 163.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 196 | 0 | 0.56 | 0.23 | 0 | 324.58 | 1 | 0.72 |
| Hex | FF | 6F | C4 | 0 | 38 | 17 | 0 | 145 | 64 | 48 |
| Octal | 377 | 157 | 304 | 0 | 70 | 27 | 0 | 505 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11000100 | 0 | 111000 | 10111 | 0 | 101000101 | 1100100 | 1001000 |
Color Harmonies of #FF6FC4
Complementary color
Monochromatic Colors of #FF6FC4
Black with #FF6FC4
Text Example
Text Example
White with #FF6FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FC4; }
p { color: rgb(255,111,196); }
H1.HeaderClassName
{
color: #FF6FC4;
}
.AnyTagClassName
{
color: #FF6FC4;
}
</style>
background-color css
<style>
a { background-color: #FF6FC4; }
a { background-color: rgb(255,111,196); }
div.DivClassName
{
background-color: #FF6FC4;
}
.BgClassName
{
background-color: #FF6FC4;
}
</style>
border-color css
<style>
span { border-color: #FF6FC4; }
span { border-color: rgb(255,111,196); }
td.TdClassName
{
border-color: #FF6FC4;
}
.TagClassName
{
border-color: #FF6FC4;
}
</style>