Html Css Color HEX #FC65C3 Neon Pink

📋 copy color: '#FC65C3'

red 252 ◦ green 101 ◦ blue 195

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

Shades of Neon Pink #FC65C3

Tints of Neon Pink #FC65C3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.43%

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 45.99%
G = 18.43%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC65C3 (or 0xFC65C3) is known color: Neon Pink. HEX triplet: FC, 65 and C3. RGB value is (252,101,195). Sum of RGB (Red+Green+Blue) = 252+101+195=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65C3 is #039A3C. Grayscale: #9C9C9C. Windows color (decimal): -236093 or 12805628. OLE color: 12805628.

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

Color convert

RGB 252 101 195 -
CMYK 0 0.60 0.23 0.01
HSL 322.65º 0.96% 0.69% -
HSV(B) 322.65º 0.6% 0.99% -
XYZ 54.65 33.94 55.3 -
YUV 156.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 252 101 195 0 0.60 0.23 0.01 322.65 0.96 0.69
Hex FC 65 C3 0 3C 17 1 143 60 45
Octal 374 145 303 0 74 27 1 503 140 105
Binary 11111100 1100101 11000011 0 111100 10111 1 101000011 1100000 1000101

Color Harmonies of #FC65C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65C3

Black with #FC65C3

Text Example


Text Example

White with #FC65C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65C3; }

 p { color: rgb(252,101,195); }

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

background-color css

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

 a { background-color: rgb(252,101,195); }

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

border-color css

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

 span { border-color: rgb(252,101,195); }

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