Shades of Neon Pink #FF6FCB
Tints of Neon Pink #FF6FCB
RGB
CMYK
RGB Variations
Color information
#FF6FCB (or 0xFF6FCB) is known color: Neon Pink. HEX triplet: FF, 6F and CB. RGB value is (255,111,203). Sum of RGB (Red+Green+Blue) = 255+111+203=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FCB is #009034. Grayscale: #A4A4A4. Windows color (decimal): -36917 or 13332479. OLE color: 13332479.
HSL color Cylindrical-coordinate representation of color #FF6FCB: hue angle of 321.67º 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 #FF6FCB is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 203 | - |
| CMYK | 0 | 0.56 | 0.20 | 0 |
| HSL | 321.67º | 1% | 0.72% | - |
| HSV(B) | 321.67º | 0.56% | 1% | - |
| XYZ | 57.7 | 36.94 | 60.59 | - |
| YUV | 164.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 203 | 0 | 0.56 | 0.20 | 0 | 321.67 | 1 | 0.72 |
| Hex | FF | 6F | CB | 0 | 38 | 14 | 0 | 142 | 64 | 48 |
| Octal | 377 | 157 | 313 | 0 | 70 | 24 | 0 | 502 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11001011 | 0 | 111000 | 10100 | 0 | 101000010 | 1100100 | 1001000 |
Color Harmonies of #FF6FCB
Complementary color
Monochromatic Colors of #FF6FCB
Black with #FF6FCB
Text Example
Text Example
White with #FF6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FCB; }
p { color: rgb(255,111,203); }
H1.HeaderClassName
{
color: #FF6FCB;
}
.AnyTagClassName
{
color: #FF6FCB;
}
</style>
background-color css
<style>
a { background-color: #FF6FCB; }
a { background-color: rgb(255,111,203); }
div.DivClassName
{
background-color: #FF6FCB;
}
.BgClassName
{
background-color: #FF6FCB;
}
</style>
border-color css
<style>
span { border-color: #FF6FCB; }
span { border-color: rgb(255,111,203); }
td.TdClassName
{
border-color: #FF6FCB;
}
.TagClassName
{
border-color: #FF6FCB;
}
</style>