Html Css Color HEX #FC7BD0 Neon Pink

📋 copy color: '#FC7BD0'

red 252 ◦ green 123 ◦ blue 208

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

Shades of Neon Pink #FC7BD0

Tints of Neon Pink #FC7BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 43.22%
G = 21.1%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC7BD0 (or 0xFC7BD0) is known color: Neon Pink. HEX triplet: FC, 7B and D0. RGB value is (252,123,208). Sum of RGB (Red+Green+Blue) = 252+123+208=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BD0 is #03842F. Grayscale: #ABABAB. Windows color (decimal): -230448 or 13663228. OLE color: 13663228.

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

Color convert

RGB 252 123 208 -
CMYK 0 0.51 0.17 0.01
HSL 320.47º 0.96% 0.74% -
HSV(B) 320.47º 0.51% 0.99% -
XYZ 58.61 39.42 64.19 -
YUV 171.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 252 123 208 0 0.51 0.17 0.01 320.47 0.96 0.74
Hex FC 7B D0 0 33 11 1 140 60 4A
Octal 374 173 320 0 63 21 1 500 140 112
Binary 11111100 1111011 11010000 0 110011 10001 1 101000000 1100000 1001010

Color Harmonies of #FC7BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BD0

Black with #FC7BD0

Text Example


Text Example

White with #FC7BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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