Shades of Neon Pink #FB5CCB
Tints of Neon Pink #FB5CCB
RGB
CMYK
RGB Variations
Color information
#FB5CCB (or 0xFB5CCB) is known color: Neon Pink. HEX triplet: FB, 5C and CB. RGB value is (251,92,203). Sum of RGB (Red+Green+Blue) = 251+92+203=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5CCB is #04A334. Grayscale: #979797. Windows color (decimal): -303925 or 13327611. OLE color: 13327611.
HSL color Cylindrical-coordinate representation of color #FB5CCB: hue angle of 318.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5CCB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 203 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 318.11º | 0.95% | 0.67% | - |
| HSV(B) | 318.11º | 0.63% | 0.98% | - |
| XYZ | 54.39 | 32.48 | 59.9 | - |
| YUV | 152.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 203 | 0 | 0.63 | 0.19 | 0.02 | 318.11 | 0.95 | 0.67 |
| Hex | FB | 5C | CB | 0 | 3F | 13 | 2 | 13E | 5F | 43 |
| Octal | 373 | 134 | 313 | 0 | 77 | 23 | 2 | 476 | 137 | 103 |
| Binary | 11111011 | 1011100 | 11001011 | 0 | 111111 | 10011 | 10 | 100111110 | 1011111 | 1000011 |
Color Harmonies of #FB5CCB
Complementary color
Monochromatic Colors of #FB5CCB
Black with #FB5CCB
Text Example
Text Example
White with #FB5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5CCB; }
p { color: rgb(251,92,203); }
H1.HeaderClassName
{
color: #FB5CCB;
}
.AnyTagClassName
{
color: #FB5CCB;
}
</style>
background-color css
<style>
a { background-color: #FB5CCB; }
a { background-color: rgb(251,92,203); }
div.DivClassName
{
background-color: #FB5CCB;
}
.BgClassName
{
background-color: #FB5CCB;
}
</style>
border-color css
<style>
span { border-color: #FB5CCB; }
span { border-color: rgb(251,92,203); }
td.TdClassName
{
border-color: #FB5CCB;
}
.TagClassName
{
border-color: #FB5CCB;
}
</style>