Html Css Color HEX #FC5DD0 Neon Pink

📋 copy color: '#FC5DD0'

red 252 ◦ green 93 ◦ blue 208

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

Shades of Neon Pink #FC5DD0

Tints of Neon Pink #FC5DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.82%

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

R = 45.57%
G = 16.82%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC5DD0 (or 0xFC5DD0) is known color: Neon Pink. HEX triplet: FC, 5D and D0. RGB value is (252,93,208). Sum of RGB (Red+Green+Blue) = 252+93+208=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DD0 is #03A22F. Grayscale: #999999. Windows color (decimal): -238128 or 13655548. OLE color: 13655548.

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

Color convert

RGB 252 93 208 -
CMYK 0 0.63 0.17 0.01
HSL 316.6º 0.96% 0.68% -
HSV(B) 316.6º 0.63% 0.99% -
XYZ 55.44 33.08 63.14 -
YUV 153.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 252 93 208 0 0.63 0.17 0.01 316.6 0.96 0.68
Hex FC 5D D0 0 3F 11 1 13D 60 44
Octal 374 135 320 0 77 21 1 475 140 104
Binary 11111100 1011101 11010000 0 111111 10001 1 100111101 1100000 1000100

Color Harmonies of #FC5DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DD0

Black with #FC5DD0

Text Example


Text Example

White with #FC5DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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