#FC74CB

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

Shades of Neon Pink #FC74CB

Tints of Neon Pink #FC74CB

Color information

#FC74CB (or 0xFC74CB) is unknown color: approx Neon Pink. HEX triplet: FC, 74 and CB. RGB value is (252,116,203). Sum of RGB (Red+Green+Blue) = 252+116+203=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74CB is #038B34. Grayscale: #A6A6A6. Windows color (decimal): -232245 or 13333756. OLE color: 13333756.

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

Color convert

RGB252116203-
CMYK00.540.190.01
HSL321.62º95.77%72.16%-
HSV(B)321.62º53.97%98.82%-
XYZ57.1737.560.72-
YUV166.58148.56188.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=44.13%
G=20.32%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211620300.540.190.01321.6295.7772.16
HexFC74CB0361311426048
Octal374164313066231502140110
Binary11111100111010011001011011011010011110100001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74CB; }

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

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

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

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

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

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

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

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