Html Css Color HEX #FC60CE Neon Pink

📋 copy color: '#FC60CE'

red 252 ◦ green 96 ◦ blue 206

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

Shades of Neon Pink #FC60CE

Tints of Neon Pink #FC60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 45.49%
G = 17.33%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC60CE (or 0xFC60CE) is known color: Neon Pink. HEX triplet: FC, 60 and CE. RGB value is (252,96,206). Sum of RGB (Red+Green+Blue) = 252+96+206=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60CE is #039F31. Grayscale: #9A9A9A. Windows color (decimal): -237362 or 13525244. OLE color: 13525244.

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

Color convert

RGB 252 96 206 -
CMYK 0 0.62 0.18 0.01
HSL 317.69º 0.96% 0.68% -
HSV(B) 317.69º 0.62% 0.99% -
XYZ 55.47 33.52 61.94 -
YUV 155.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 252 96 206 0 0.62 0.18 0.01 317.69 0.96 0.68
Hex FC 60 CE 0 3E 12 1 13E 60 44
Octal 374 140 316 0 76 22 1 476 140 104
Binary 11111100 1100000 11001110 0 111110 10010 1 100111110 1100000 1000100

Color Harmonies of #FC60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60CE

Black with #FC60CE

Text Example


Text Example

White with #FC60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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