Shades of Neon Pink #FF54CB
Tints of Neon Pink #FF54CB
RGB
CMYK
RGB Variations
Color information
#FF54CB (or 0xFF54CB) is known color: Neon Pink. HEX triplet: FF, 54 and CB. RGB value is (255,84,203). Sum of RGB (Red+Green+Blue) = 255+84+203=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF54CB is #00AB34. Grayscale: #949494. Windows color (decimal): -43829 or 13325567. OLE color: 13325567.
HSL color Cylindrical-coordinate representation of color #FF54CB: hue angle of 318.25º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54CB is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 203 | - |
| CMYK | 0 | 0.67 | 0.20 | 0 |
| HSL | 318.25º | 1% | 0.66% | - |
| HSV(B) | 318.25º | 0.67% | 1% | - |
| XYZ | 55.19 | 31.91 | 59.75 | - |
| YUV | 148.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 203 | 0 | 0.67 | 0.20 | 0 | 318.25 | 1 | 0.66 |
| Hex | FF | 54 | CB | 0 | 43 | 14 | 0 | 13E | 64 | 42 |
| Octal | 377 | 124 | 313 | 0 | 103 | 24 | 0 | 476 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11001011 | 0 | 1000011 | 10100 | 0 | 100111110 | 1100100 | 1000010 |
Color Harmonies of #FF54CB
Complementary color
Monochromatic Colors of #FF54CB
Black with #FF54CB
Text Example
Text Example
White with #FF54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54CB; }
p { color: rgb(255,84,203); }
H1.HeaderClassName
{
color: #FF54CB;
}
.AnyTagClassName
{
color: #FF54CB;
}
</style>
background-color css
<style>
a { background-color: #FF54CB; }
a { background-color: rgb(255,84,203); }
div.DivClassName
{
background-color: #FF54CB;
}
.BgClassName
{
background-color: #FF54CB;
}
</style>
border-color css
<style>
span { border-color: #FF54CB; }
span { border-color: rgb(255,84,203); }
td.TdClassName
{
border-color: #FF54CB;
}
.TagClassName
{
border-color: #FF54CB;
}
</style>