Html Css Color HEX #FC60D8 Neon Pink

📋 copy color: '#FC60D8'

red 252 ◦ green 96 ◦ blue 216

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

Shades of Neon Pink #FC60D8

Tints of Neon Pink #FC60D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 44.68%
G = 17.02%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC60D8 (or 0xFC60D8) is known color: Neon Pink. HEX triplet: FC, 60 and D8. RGB value is (252,96,216). Sum of RGB (Red+Green+Blue) = 252+96+216=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60D8 is #039F27. Grayscale: #9C9C9C. Windows color (decimal): -237352 or 14180604. OLE color: 14180604.

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

Color convert

RGB 252 96 216 -
CMYK 0 0.62 0.14 0.01
HSL 313.85º 0.96% 0.68% -
HSV(B) 313.85º 0.62% 0.99% -
XYZ 56.72 34.02 68.54 -
YUV 156.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 252 96 216 0 0.62 0.14 0.01 313.85 0.96 0.68
Hex FC 60 D8 0 3E E 1 13A 60 44
Octal 374 140 330 0 76 16 1 472 140 104
Binary 11111100 1100000 11011000 0 111110 1110 1 100111010 1100000 1000100

Color Harmonies of #FC60D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60D8

Black with #FC60D8

Text Example


Text Example

White with #FC60D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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