Html Css Color HEX #FC6BCD Neon Pink

📋 copy color: '#FC6BCD'

red 252 ◦ green 107 ◦ blue 205

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

Shades of Neon Pink #FC6BCD

Tints of Neon Pink #FC6BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 44.68%
G = 18.97%
B = 36.35%

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

#FC6BCD (or 0xFC6BCD) is known color: Neon Pink. HEX triplet: FC, 6B and CD. RGB value is (252,107,205). Sum of RGB (Red+Green+Blue) = 252+107+205=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BCD is #039432. Grayscale: #A1A1A1. Windows color (decimal): -234547 or 13462524. OLE color: 13462524.

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

Color convert

RGB 252 107 205 -
CMYK 0 0.58 0.19 0.01
HSL 319.45º 0.96% 0.7% -
HSV(B) 319.45º 0.58% 0.99% -
XYZ 56.42 35.62 61.66 -
YUV 161.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 252 107 205 0 0.58 0.19 0.01 319.45 0.96 0.7
Hex FC 6B CD 0 3A 13 1 13F 60 46
Octal 374 153 315 0 72 23 1 477 140 106
Binary 11111100 1101011 11001101 0 111010 10011 1 100111111 1100000 1000110

Color Harmonies of #FC6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BCD

Black with #FC6BCD

Text Example


Text Example

White with #FC6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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