Html Css Color HEX #FC5AD4 Neon Pink

📋 copy color: '#FC5AD4'

red 252 ◦ green 90 ◦ blue 212

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

Shades of Neon Pink #FC5AD4

Tints of Neon Pink #FC5AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.25%

 BLUE value IS 212 (83.2% from 255) = 38.27%

R = 45.49%
G = 16.25%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC5AD4 (or 0xFC5AD4) is known color: Neon Pink. HEX triplet: FC, 5A and D4. RGB value is (252,90,212). Sum of RGB (Red+Green+Blue) = 252+90+212=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AD4 is #03A52B. Grayscale: #989898. Windows color (decimal): -238892 or 13916924. OLE color: 13916924.

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

Color convert

RGB 252 90 212 -
CMYK 0 0.64 0.16 0.01
HSL 314.81º 0.96% 0.67% -
HSV(B) 314.81º 0.64% 0.99% -
XYZ 55.68 32.76 65.68 -
YUV 152.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 252 90 212 0 0.64 0.16 0.01 314.81 0.96 0.67
Hex FC 5A D4 0 40 10 1 13B 60 43
Octal 374 132 324 0 100 20 1 473 140 103
Binary 11111100 1011010 11010100 0 1000000 10000 1 100111011 1100000 1000011

Color Harmonies of #FC5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AD4

Black with #FC5AD4

Text Example


Text Example

White with #FC5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AD4; }

 p { color: rgb(252,90,212); }

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

background-color css

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

 a { background-color: rgb(252,90,212); }

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

border-color css

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

 span { border-color: rgb(252,90,212); }

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