Shades of Neon Pink #FB6BDA
Tints of Neon Pink #FB6BDA
RGB
CMYK
RGB Variations
Color information
#FB6BDA (or 0xFB6BDA) is known color: Neon Pink. HEX triplet: FB, 6B and DA. RGB value is (251,107,218). Sum of RGB (Red+Green+Blue) = 251+107+218=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6BDA is #049425. Grayscale: #A2A2A2. Windows color (decimal): -300070 or 14314491. OLE color: 14314491.
HSL color Cylindrical-coordinate representation of color #FB6BDA: hue angle of 313.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BDA is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 218 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.02 |
| HSL | 313.75º | 0.95% | 0.7% | - |
| HSV(B) | 313.75º | 0.57% | 0.98% | - |
| XYZ | 57.7 | 36.09 | 70.25 | - |
| YUV | 162.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 218 | 0 | 0.57 | 0.13 | 0.02 | 313.75 | 0.95 | 0.7 |
| Hex | FB | 6B | DA | 0 | 39 | D | 2 | 13A | 5F | 46 |
| Octal | 373 | 153 | 332 | 0 | 71 | 15 | 2 | 472 | 137 | 106 |
| Binary | 11111011 | 1101011 | 11011010 | 0 | 111001 | 1101 | 10 | 100111010 | 1011111 | 1000110 |
Color Harmonies of #FB6BDA
Complementary color
Monochromatic Colors of #FB6BDA
Black with #FB6BDA
Text Example
Text Example
White with #FB6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6BDA; }
p { color: rgb(251,107,218); }
H1.HeaderClassName
{
color: #FB6BDA;
}
.AnyTagClassName
{
color: #FB6BDA;
}
</style>
background-color css
<style>
a { background-color: #FB6BDA; }
a { background-color: rgb(251,107,218); }
div.DivClassName
{
background-color: #FB6BDA;
}
.BgClassName
{
background-color: #FB6BDA;
}
</style>
border-color css
<style>
span { border-color: #FB6BDA; }
span { border-color: rgb(251,107,218); }
td.TdClassName
{
border-color: #FB6BDA;
}
.TagClassName
{
border-color: #FB6BDA;
}
</style>