Html Css Color HEX #FC6BDC Neon Pink

📋 copy color: '#FC6BDC'

red 252 ◦ green 107 ◦ blue 220

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

Shades of Neon Pink #FC6BDC

Tints of Neon Pink #FC6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.48%

 BLUE value IS 220 (86.33% from 255) = 38%

R = 43.52%
G = 18.48%
B = 38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6BDC (or 0xFC6BDC) is known color: Neon Pink. HEX triplet: FC, 6B and DC. RGB value is (252,107,220). Sum of RGB (Red+Green+Blue) = 252+107+220=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BDC is #039423. Grayscale: #A2A2A2. Windows color (decimal): -234532 or 14445564. OLE color: 14445564.

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

Color convert

RGB 252 107 220 -
CMYK 0 0.58 0.13 0.01
HSL 313.24º 0.96% 0.7% -
HSV(B) 313.24º 0.58% 0.99% -
XYZ 58.32 36.38 71.66 -
YUV 163.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 252 107 220 0 0.58 0.13 0.01 313.24 0.96 0.7
Hex FC 6B DC 0 3A D 1 139 60 46
Octal 374 153 334 0 72 15 1 471 140 106
Binary 11111100 1101011 11011100 0 111010 1101 1 100111001 1100000 1000110

Color Harmonies of #FC6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BDC

Black with #FC6BDC

Text Example


Text Example

White with #FC6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BDC; }

 p { color: rgb(252,107,220); }

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

background-color css

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

 a { background-color: rgb(252,107,220); }

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

border-color css

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

 span { border-color: rgb(252,107,220); }

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