Html Css Color HEX #FC6FCB Neon Pink

📋 copy color: '#FC6FCB'

red 252 ◦ green 111 ◦ blue 203

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

Shades of Neon Pink #FC6FCB

Tints of Neon Pink #FC6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.61%

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

R = 44.52%
G = 19.61%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC6FCB (or 0xFC6FCB) is known color: Neon Pink. HEX triplet: FC, 6F and CB. RGB value is (252,111,203). Sum of RGB (Red+Green+Blue) = 252+111+203=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FCB is #039034. Grayscale: #A3A3A3. Windows color (decimal): -233525 or 13332476. OLE color: 13332476.

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

Color convert

RGB 252 111 203 -
CMYK 0 0.56 0.19 0.01
HSL 320.85º 0.96% 0.71% -
HSV(B) 320.85º 0.56% 0.99% -
XYZ 56.61 36.38 60.54 -
YUV 163.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 252 111 203 0 0.56 0.19 0.01 320.85 0.96 0.71
Hex FC 6F CB 0 38 13 1 141 60 47
Octal 374 157 313 0 70 23 1 501 140 107
Binary 11111100 1101111 11001011 0 111000 10011 1 101000001 1100000 1000111

Color Harmonies of #FC6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FCB

Black with #FC6FCB

Text Example


Text Example

White with #FC6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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