Html Css Color HEX #FC6DD4 Neon Pink

📋 copy color: '#FC6DD4'

red 252 ◦ green 109 ◦ blue 212

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

Shades of Neon Pink #FC6DD4

Tints of Neon Pink #FC6DD4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.02%

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

R = 43.98%
G = 19.02%
B = 37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC6DD4 (or 0xFC6DD4) is known color: Neon Pink. HEX triplet: FC, 6D and D4. RGB value is (252,109,212). Sum of RGB (Red+Green+Blue) = 252+109+212=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DD4 is #03922B. Grayscale: #A3A3A3. Windows color (decimal): -234028 or 13921788. OLE color: 13921788.

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

Color convert

RGB 252 109 212 -
CMYK 0 0.57 0.16 0.01
HSL 316.78º 0.96% 0.71% -
HSV(B) 316.78º 0.57% 0.99% -
XYZ 57.5 36.39 66.28 -
YUV 163.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 252 109 212 0 0.57 0.16 0.01 316.78 0.96 0.71
Hex FC 6D D4 0 39 10 1 13D 60 47
Octal 374 155 324 0 71 20 1 475 140 107
Binary 11111100 1101101 11010100 0 111001 10000 1 100111101 1100000 1000111

Color Harmonies of #FC6DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DD4

Black with #FC6DD4

Text Example


Text Example

White with #FC6DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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