#fc70cb

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

Shades of Neon Pink #FC70CB

Tints of Neon Pink #FC70CB

Color information

#FC70CB (or 0xFC70CB) is unknown color: approx Neon Pink. HEX triplet: FC, 70 and CB. RGB value is (252,112,203). Sum of RGB (Red+Green+Blue) = 252+112+203=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70CB is #038F34. Grayscale: #A4A4A4. Windows color (decimal): -233269 or 13332732. OLE color: 13332732.

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

Color convert

RGB252112203-
CMYK00.560.190.01
HSL321º95.89%71.37%-
HSV(B)321º55.56%98.82%-
XYZ56.7236.660.57-
YUV164.23149.88190.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 19.75%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=44.44%
G=19.75%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211220300.560.190.0132195.8971.37
HexFC70CB0381311416047
Octal374160313070231501140107
Binary11111100111000011001011011100010011110100000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc70cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc70cb; }

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

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

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

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

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

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

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

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