Html Css Color HEX #FC7BCD Neon Pink

📋 copy color: '#FC7BCD'

red 252 ◦ green 123 ◦ blue 205

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

Shades of Neon Pink #FC7BCD

Tints of Neon Pink #FC7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.21%

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

R = 43.45%
G = 21.21%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7BCD (or 0xFC7BCD) is known color: Neon Pink. HEX triplet: FC, 7B and CD. RGB value is (252,123,205). Sum of RGB (Red+Green+Blue) = 252+123+205=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BCD is #038432. Grayscale: #AAAAAA. Windows color (decimal): -230451 or 13466620. OLE color: 13466620.

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

Color convert

RGB 252 123 205 -
CMYK 0 0.51 0.19 0.01
HSL 321.86º 0.96% 0.74% -
HSV(B) 321.86º 0.51% 0.99% -
XYZ 58.25 39.27 62.27 -
YUV 170.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 252 123 205 0 0.51 0.19 0.01 321.86 0.96 0.74
Hex FC 7B CD 0 33 13 1 142 60 4A
Octal 374 173 315 0 63 23 1 502 140 112
Binary 11111100 1111011 11001101 0 110011 10011 1 101000010 1100000 1001010

Color Harmonies of #FC7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BCD

Black with #FC7BCD

Text Example


Text Example

White with #FC7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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