Html Css Color HEX #FC70CB Neon Pink

📋 copy color: '#FC70CB'

red 252 ◦ green 112 ◦ blue 203

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

Shades of Neon Pink #FC70CB

Tints of Neon Pink #FC70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.75%

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

R = 44.44%
G = 19.75%
B = 35.8%

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

#FC70CB (or 0xFC70CB) is known color: Neon Pink. HEX triplet: FC, 70 and CB. RGB value is (252,112,203). Sum of RGB (Red+Green+Blue) = 252+112+203=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70CB is #038F34. Grayscale: #A4A4A4. Windows color (decimal): -233269 or 13332732. OLE color: 13332732.

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

Color convert

RGB 252 112 203 -
CMYK 0 0.56 0.19 0.01
HSL 321º 0.96% 0.71% -
HSV(B) 321º 0.56% 0.99% -
XYZ 56.72 36.6 60.57 -
YUV 164.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 252 112 203 0 0.56 0.19 0.01 321 0.96 0.71
Hex FC 70 CB 0 38 13 1 141 60 47
Octal 374 160 313 0 70 23 1 501 140 107
Binary 11111100 1110000 11001011 0 111000 10011 1 101000001 1100000 1000111

Color Harmonies of #FC70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70CB

Black with #FC70CB

Text Example


Text Example

White with #FC70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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