#FC53CB

Color #FC53CB Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FC53CB

Tints of Neon Pink #FC53CB

Color information

#FC53CB (or 0xFC53CB) is unknown color: approx Neon Pink. HEX triplet: FC, 53 and CB. RGB value is (252,83,203). Sum of RGB (Red+Green+Blue) = 252+83+203=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53CB is #03AC34. Grayscale: #929292. Windows color (decimal): -240693 or 13325308. OLE color: 13325308.

HSL color Cylindrical-coordinate representation of color #FC53CB: hue angle of 317.4º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53CB is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB25283203-
CMYK00.670.190.01
HSL317.4º96.57%65.69%-
HSV(B)317.4º67.06%98.82%-
XYZ54.0231.1959.67-
YUV147.21159.49202.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 83 (32.81% from 255) = 15.43%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=46.84%
G=15.43%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528320300.670.190.01317.496.5765.69
HexFC53CB04313113d6142
Octal3741233130103231475141102
Binary111111001010011110010110100001110011110011110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC53CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC53CB; }

 p { color: rgb(252,83,203); }

 H1.HeaderClassName
 {
   color: #FC53CB;
 }
 .AnyTagClassName
 {
   color: #FC53CB;
 }
</style>
background-color css

<style>
 a { background-color: #FC53CB; }

 a { background-color: rgb(252,83,203); }

 div.DivClassName
 {
   background-color: #FC53CB;
 }
 .BgClassName
 {
   background-color: #FC53CB;
 }
</style>
border-color css

<style>
 span { border-color: #FC53CB; }

 span { border-color: rgb(252,83,203); }

 td.TdClassName
 {
   border-color: #FC53CB;
 }
 .TagClassName
 {
   border-color: #FC53CB;
 }
</style>