Html Css Color HEX #FC6DC7 Neon Pink

📋 copy color: '#FC6DC7'

red 252 ◦ green 109 ◦ blue 199

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

Shades of Neon Pink #FC6DC7

Tints of Neon Pink #FC6DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.54%

R = 45%
G = 19.46%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC6DC7 (or 0xFC6DC7) is known color: Neon Pink. HEX triplet: FC, 6D and C7. RGB value is (252,109,199). Sum of RGB (Red+Green+Blue) = 252+109+199=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DC7 is #039238. Grayscale: #A1A1A1. Windows color (decimal): -234041 or 13069820. OLE color: 13069820.

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

Color convert

RGB 252 109 199 -
CMYK 0 0.57 0.21 0.01
HSL 322.24º 0.96% 0.71% -
HSV(B) 322.24º 0.57% 0.99% -
XYZ 55.92 35.76 57.99 -
YUV 162.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 252 109 199 0 0.57 0.21 0.01 322.24 0.96 0.71
Hex FC 6D C7 0 39 15 1 142 60 47
Octal 374 155 307 0 71 25 1 502 140 107
Binary 11111100 1101101 11000111 0 111001 10101 1 101000010 1100000 1000111

Color Harmonies of #FC6DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DC7

Black with #FC6DC7

Text Example


Text Example

White with #FC6DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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