Html Css Color HEX #FC6BCC Neon Pink

📋 copy color: '#FC6BCC'

red 252 ◦ green 107 ◦ blue 204

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

Shades of Neon Pink #FC6BCC

Tints of Neon Pink #FC6BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 44.76%
G = 19.01%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6BCC (or 0xFC6BCC) is known color: Neon Pink. HEX triplet: FC, 6B and CC. RGB value is (252,107,204). Sum of RGB (Red+Green+Blue) = 252+107+204=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BCC is #039433. Grayscale: #A1A1A1. Windows color (decimal): -234548 or 13396988. OLE color: 13396988.

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

Color convert

RGB 252 107 204 -
CMYK 0 0.58 0.19 0.01
HSL 319.86º 0.96% 0.7% -
HSV(B) 319.86º 0.58% 0.99% -
XYZ 56.3 35.57 61.03 -
YUV 161.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 252 107 204 0 0.58 0.19 0.01 319.86 0.96 0.7
Hex FC 6B CC 0 3A 13 1 140 60 46
Octal 374 153 314 0 72 23 1 500 140 106
Binary 11111100 1101011 11001100 0 111010 10011 1 101000000 1100000 1000110

Color Harmonies of #FC6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BCC

Black with #FC6BCC

Text Example


Text Example

White with #FC6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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