Html Css Color HEX #FC6DCB Neon Pink

📋 copy color: '#FC6DCB'

red 252 ◦ green 109 ◦ blue 203

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

Shades of Neon Pink #FC6DCB

Tints of Neon Pink #FC6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.33%

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

R = 44.68%
G = 19.33%
B = 35.99%

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

#FC6DCB (or 0xFC6DCB) is known color: Neon Pink. HEX triplet: FC, 6D and CB. RGB value is (252,109,203). Sum of RGB (Red+Green+Blue) = 252+109+203=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DCB is #039234. Grayscale: #A2A2A2. Windows color (decimal): -234037 or 13331964. OLE color: 13331964.

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

Color convert

RGB 252 109 203 -
CMYK 0 0.57 0.19 0.01
HSL 320.56º 0.96% 0.71% -
HSV(B) 320.56º 0.57% 0.99% -
XYZ 56.39 35.94 60.47 -
YUV 162.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 252 109 203 0 0.57 0.19 0.01 320.56 0.96 0.71
Hex FC 6D CB 0 39 13 1 141 60 47
Octal 374 155 313 0 71 23 1 501 140 107
Binary 11111100 1101101 11001011 0 111001 10011 1 101000001 1100000 1000111

Color Harmonies of #FC6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DCB

Black with #FC6DCB

Text Example


Text Example

White with #FC6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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