Html Css Color HEX #FC60C6 Neon Pink

📋 copy color: '#FC60C6'

red 252 ◦ green 96 ◦ blue 198

#FC60C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FC60C6

Tints of Neon Pink #FC60C6

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 value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC60C6 (or 0xFC60C6) is known color: 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

RGB 252 96 198 -
CMYK 0 0.62 0.21 0.01
HSL 320.77º 0.96% 0.68% -
HSV(B) 320.77º 0.62% 0.99% -
XYZ 54.52 33.14 56.95 -
YUV 154.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 252 96 198 0 0.62 0.21 0.01 320.77 0.96 0.68
Hex FC 60 C6 0 3E 15 1 141 60 44
Octal 374 140 306 0 76 25 1 501 140 104
Binary 11111100 1100000 11000110 0 111110 10101 1 101000001 1100000 1000100

Color Harmonies of #FC60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60C6

Black with #FC60C6

Text Example


Text Example

White with #FC60C6

Text Example


Text Example

HTML Codes & Css Web 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>