Shades of Neon Pink #FF67CB
Tints of Neon Pink #FF67CB
RGB
CMYK
RGB Variations
Color information
#FF67CB (or 0xFF67CB) is known color: Neon Pink. HEX triplet: FF, 67 and CB. RGB value is (255,103,203). Sum of RGB (Red+Green+Blue) = 255+103+203=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67CB is #009834. Grayscale: #9F9F9F. Windows color (decimal): -38965 or 13330431. OLE color: 13330431.
HSL color Cylindrical-coordinate representation of color #FF67CB: hue angle of 320.53º 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 #FF67CB is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 203 | - |
| CMYK | 0 | 0.60 | 0.20 | 0 |
| HSL | 320.53º | 1% | 0.7% | - |
| HSV(B) | 320.53º | 0.6% | 1% | - |
| XYZ | 56.87 | 35.27 | 60.31 | - |
| YUV | 159.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 203 | 0 | 0.60 | 0.20 | 0 | 320.53 | 1 | 0.7 |
| Hex | FF | 67 | CB | 0 | 3C | 14 | 0 | 141 | 64 | 46 |
| Octal | 377 | 147 | 313 | 0 | 74 | 24 | 0 | 501 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11001011 | 0 | 111100 | 10100 | 0 | 101000001 | 1100100 | 1000110 |
Color Harmonies of #FF67CB
Complementary color
Monochromatic Colors of #FF67CB
Black with #FF67CB
Text Example
Text Example
White with #FF67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67CB; }
p { color: rgb(255,103,203); }
H1.HeaderClassName
{
color: #FF67CB;
}
.AnyTagClassName
{
color: #FF67CB;
}
</style>
background-color css
<style>
a { background-color: #FF67CB; }
a { background-color: rgb(255,103,203); }
div.DivClassName
{
background-color: #FF67CB;
}
.BgClassName
{
background-color: #FF67CB;
}
</style>
border-color css
<style>
span { border-color: #FF67CB; }
span { border-color: rgb(255,103,203); }
td.TdClassName
{
border-color: #FF67CB;
}
.TagClassName
{
border-color: #FF67CB;
}
</style>