Shades of Neon Pink #FF6BD5
Tints of Neon Pink #FF6BD5
RGB
CMYK
RGB Variations
Color information
#FF6BD5 (or 0xFF6BD5) is known color: Neon Pink. HEX triplet: FF, 6B and D5. RGB value is (255,107,213). Sum of RGB (Red+Green+Blue) = 255+107+213=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BD5 is #00942A. Grayscale: #A3A3A3. Windows color (decimal): -37931 or 13986815. OLE color: 13986815.
HSL color Cylindrical-coordinate representation of color #FF6BD5: hue angle of 317.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BD5 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 213 | - |
| CMYK | 0 | 0.58 | 0.16 | 0 |
| HSL | 317.03º | 1% | 0.71% | - |
| HSV(B) | 317.03º | 0.58% | 1% | - |
| XYZ | 58.51 | 36.58 | 66.93 | - |
| YUV | 163.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 213 | 0 | 0.58 | 0.16 | 0 | 317.03 | 1 | 0.71 |
| Hex | FF | 6B | D5 | 0 | 3A | 10 | 0 | 13D | 64 | 47 |
| Octal | 377 | 153 | 325 | 0 | 72 | 20 | 0 | 475 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11010101 | 0 | 111010 | 10000 | 0 | 100111101 | 1100100 | 1000111 |
Color Harmonies of #FF6BD5
Complementary color
Monochromatic Colors of #FF6BD5
Black with #FF6BD5
Text Example
Text Example
White with #FF6BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BD5; }
p { color: rgb(255,107,213); }
H1.HeaderClassName
{
color: #FF6BD5;
}
.AnyTagClassName
{
color: #FF6BD5;
}
</style>
background-color css
<style>
a { background-color: #FF6BD5; }
a { background-color: rgb(255,107,213); }
div.DivClassName
{
background-color: #FF6BD5;
}
.BgClassName
{
background-color: #FF6BD5;
}
</style>
border-color css
<style>
span { border-color: #FF6BD5; }
span { border-color: rgb(255,107,213); }
td.TdClassName
{
border-color: #FF6BD5;
}
.TagClassName
{
border-color: #FF6BD5;
}
</style>