Html Css Color HEX #FC5AD0 Neon Pink

📋 copy color: '#FC5AD0'

red 252 ◦ green 90 ◦ blue 208

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

Shades of Neon Pink #FC5AD0

Tints of Neon Pink #FC5AD0

RGB

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

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

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

R = 45.82%
G = 16.36%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC5AD0 (or 0xFC5AD0) is known color: Neon Pink. HEX triplet: FC, 5A and D0. RGB value is (252,90,208). Sum of RGB (Red+Green+Blue) = 252+90+208=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AD0 is #03A52F. Grayscale: #979797. Windows color (decimal): -238896 or 13654780. OLE color: 13654780.

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

Color convert

RGB 252 90 208 -
CMYK 0 0.64 0.17 0.01
HSL 316.3º 0.96% 0.67% -
HSV(B) 316.3º 0.64% 0.99% -
XYZ 55.19 32.56 63.05 -
YUV 151.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 252 90 208 0 0.64 0.17 0.01 316.3 0.96 0.67
Hex FC 5A D0 0 40 11 1 13C 60 43
Octal 374 132 320 0 100 21 1 474 140 103
Binary 11111100 1011010 11010000 0 1000000 10001 1 100111100 1100000 1000011

Color Harmonies of #FC5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AD0

Black with #FC5AD0

Text Example


Text Example

White with #FC5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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