Html Css Color HEX #FC60C9 Neon Pink

📋 copy color: '#FC60C9'

red 252 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #FC60C9

Tints of Neon Pink #FC60C9

RGB

 RED value IS 252 (98.83% from 255) = 45.9%

 GREEN value IS 96 (37.89% from 255) = 17.49%

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 45.9%
G = 17.49%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC60C9 (or 0xFC60C9) is known color: Neon Pink. HEX triplet: FC, 60 and C9. RGB value is (252,96,201). Sum of RGB (Red+Green+Blue) = 252+96+201=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60C9 is #039F36. Grayscale: #9A9A9A. Windows color (decimal): -237367 or 13197564. OLE color: 13197564.

HSL color Cylindrical-coordinate representation of color #FC60C9: hue angle of 319.62º 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 #FC60C9 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 96 201 -
CMYK 0 0.62 0.20 0.01
HSL 319.62º 0.96% 0.68% -
HSV(B) 319.62º 0.62% 0.99% -
XYZ 54.87 33.28 58.79 -
YUV 154.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 252 96 201 0 0.62 0.20 0.01 319.62 0.96 0.68
Hex FC 60 C9 0 3E 14 1 140 60 44
Octal 374 140 311 0 76 24 1 500 140 104
Binary 11111100 1100000 11001001 0 111110 10100 1 101000000 1100000 1000100

Color Harmonies of #FC60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60C9

Black with #FC60C9

Text Example


Text Example

White with #FC60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60C9; }

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

 H1.HeaderClassName
 {
   color: #FC60C9;
 }
 .AnyTagClassName
 {
   color: #FC60C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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