Html Css Color HEX #FC60CA Neon Pink

📋 copy color: '#FC60CA'

red 252 ◦ green 96 ◦ blue 202

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

Shades of Neon Pink #FC60CA

Tints of Neon Pink #FC60CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 45.82%
G = 17.45%
B = 36.73%

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

#FC60CA (or 0xFC60CA) is known color: Neon Pink. HEX triplet: FC, 60 and CA. RGB value is (252,96,202). Sum of RGB (Red+Green+Blue) = 252+96+202=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60CA is #039F35. Grayscale: #9A9A9A. Windows color (decimal): -237366 or 13263100. OLE color: 13263100.

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

Color convert

RGB 252 96 202 -
CMYK 0 0.62 0.20 0.01
HSL 319.23º 0.96% 0.68% -
HSV(B) 319.23º 0.62% 0.99% -
XYZ 54.99 33.33 59.41 -
YUV 154.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 252 96 202 0 0.62 0.20 0.01 319.23 0.96 0.68
Hex FC 60 CA 0 3E 14 1 13F 60 44
Octal 374 140 312 0 76 24 1 477 140 104
Binary 11111100 1100000 11001010 0 111110 10100 1 100111111 1100000 1000100

Color Harmonies of #FC60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60CA

Black with #FC60CA

Text Example


Text Example

White with #FC60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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