Html Css Color HEX #FC53D0 Neon Pink

📋 copy color: '#FC53D0'

red 252 ◦ green 83 ◦ blue 208

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

Shades of Neon Pink #FC53D0

Tints of Neon Pink #FC53D0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.29%

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

R = 46.41%
G = 15.29%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC53D0 (or 0xFC53D0) is known color: Neon Pink. HEX triplet: FC, 53 and D0. RGB value is (252,83,208). Sum of RGB (Red+Green+Blue) = 252+83+208=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53D0 is #03AC2F. Grayscale: #939393. Windows color (decimal): -240688 or 13652988. OLE color: 13652988.

HSL color Cylindrical-coordinate representation of color #FC53D0: hue angle of 315.62º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53D0 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 83 208 -
CMYK 0 0.67 0.17 0.01
HSL 315.62º 0.97% 0.66% -
HSV(B) 315.62º 0.67% 0.99% -
XYZ 54.62 31.44 62.86 -
YUV 147.78 161.99 202.34 -
System Red Green Blue C M Y K H S L
Decimal 252 83 208 0 0.67 0.17 0.01 315.62 0.97 0.66
Hex FC 53 D0 0 43 11 1 13C 61 42
Octal 374 123 320 0 103 21 1 474 141 102
Binary 11111100 1010011 11010000 0 1000011 10001 1 100111100 1100001 1000010

Color Harmonies of #FC53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53D0

Black with #FC53D0

Text Example


Text Example

White with #FC53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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