Html Css Color HEX #FC6CCB Neon Pink

📋 copy color: '#FC6CCB'

red 252 ◦ green 108 ◦ blue 203

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

Shades of Neon Pink #FC6CCB

Tints of Neon Pink #FC6CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.18%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 44.76%
G = 19.18%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6CCB (or 0xFC6CCB) is known color: Neon Pink. HEX triplet: FC, 6C and CB. RGB value is (252,108,203). Sum of RGB (Red+Green+Blue) = 252+108+203=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CCB is #039334. Grayscale: #A1A1A1. Windows color (decimal): -234293 or 13331708. OLE color: 13331708.

HSL color Cylindrical-coordinate representation of color #FC6CCB: hue angle of 320.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CCB is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 203 -
CMYK 0 0.57 0.19 0.01
HSL 320.42º 0.96% 0.71% -
HSV(B) 320.42º 0.57% 0.99% -
XYZ 56.29 35.73 60.43 -
YUV 161.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 252 108 203 0 0.57 0.19 0.01 320.42 0.96 0.71
Hex FC 6C CB 0 39 13 1 140 60 47
Octal 374 154 313 0 71 23 1 500 140 107
Binary 11111100 1101100 11001011 0 111001 10011 1 101000000 1100000 1000111

Color Harmonies of #FC6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CCB

Black with #FC6CCB

Text Example


Text Example

White with #FC6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CCB; }

 p { color: rgb(252,108,203); }

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

background-color css

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

 a { background-color: rgb(252,108,203); }

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

border-color css

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

 span { border-color: rgb(252,108,203); }

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