Html Css Color HEX #FC64CB Neon Pink

📋 copy color: '#FC64CB'

red 252 ◦ green 100 ◦ blue 203

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

Shades of Neon Pink #FC64CB

Tints of Neon Pink #FC64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.02%

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

R = 45.41%
G = 18.02%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC64CB (or 0xFC64CB) is known color: Neon Pink. HEX triplet: FC, 64 and CB. RGB value is (252,100,203). Sum of RGB (Red+Green+Blue) = 252+100+203=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64CB is #039B34. Grayscale: #9C9C9C. Windows color (decimal): -236341 or 13329660. OLE color: 13329660.

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

Color convert

RGB 252 100 203 -
CMYK 0 0.60 0.19 0.01
HSL 319.34º 0.96% 0.69% -
HSV(B) 319.34º 0.6% 0.99% -
XYZ 55.48 34.12 60.16 -
YUV 157.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 252 100 203 0 0.60 0.19 0.01 319.34 0.96 0.69
Hex FC 64 CB 0 3C 13 1 13F 60 45
Octal 374 144 313 0 74 23 1 477 140 105
Binary 11111100 1100100 11001011 0 111100 10011 1 100111111 1100000 1000101

Color Harmonies of #FC64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64CB

Black with #FC64CB

Text Example


Text Example

White with #FC64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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