Html Css Color HEX #FC60D0 Neon Pink

📋 copy color: '#FC60D0'

red 252 ◦ green 96 ◦ blue 208

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

Shades of Neon Pink #FC60D0

Tints of Neon Pink #FC60D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 45.32%
G = 17.27%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC60D0 (or 0xFC60D0) is known color: Neon Pink. HEX triplet: FC, 60 and D0. RGB value is (252,96,208). Sum of RGB (Red+Green+Blue) = 252+96+208=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC60D0 is #039F2F. Grayscale: #9B9B9B. Windows color (decimal): -237360 or 13656316. OLE color: 13656316.

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

Color convert

RGB 252 96 208 -
CMYK 0 0.62 0.17 0.01
HSL 316.92º 0.96% 0.68% -
HSV(B) 316.92º 0.62% 0.99% -
XYZ 55.71 33.62 63.23 -
YUV 155.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 252 96 208 0 0.62 0.17 0.01 316.92 0.96 0.68
Hex FC 60 D0 0 3E 11 1 13D 60 44
Octal 374 140 320 0 76 21 1 475 140 104
Binary 11111100 1100000 11010000 0 111110 10001 1 100111101 1100000 1000100

Color Harmonies of #FC60D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60D0

Black with #FC60D0

Text Example


Text Example

White with #FC60D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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