#FC60C6

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

Shades of Neon Pink #FC60C6

Tints of Neon Pink #FC60C6

Color information

#FC60C6 (or 0xFC60C6) is unknown color: approx Neon Pink. HEX triplet: FC, 60 and C6. RGB value is (252,96,198). Sum of RGB (Red+Green+Blue) = 252+96+198=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C6 is #039F39. Grayscale: #9A9A9A. Windows color (decimal): -237370 or 13000956. OLE color: 13000956.

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

Color convert

RGB25296198-
CMYK00.620.210.01
HSL320.77º96.3%68.24%-
HSV(B)320.77º61.9%98.82%-
XYZ54.5233.1456.95-
YUV154.27152.68197.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 96 (37.89% from 255) = 17.58%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=46.15%
G=17.58%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529619800.620.210.01320.7796.368.24
HexFC60C603E1511416044
Octal374140306076251501140104
Binary11111100110000011000110011111010101110100000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC60C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC60C6; }

 p { color: rgb(252,96,198); }

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

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

 a { background-color: rgb(252,96,198); }

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

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

 span { border-color: rgb(252,96,198); }

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