Html Css Color HEX #FC6EDA Neon Pink

📋 copy color: '#FC6EDA'

red 252 ◦ green 110 ◦ blue 218

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

Shades of Neon Pink #FC6EDA

Tints of Neon Pink #FC6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.97%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 43.45%
G = 18.97%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6EDA (or 0xFC6EDA) is known color: Neon Pink. HEX triplet: FC, 6E and DA. RGB value is (252,110,218). Sum of RGB (Red+Green+Blue) = 252+110+218=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EDA is #039125. Grayscale: #A4A4A4. Windows color (decimal): -233766 or 14315260. OLE color: 14315260.

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

Color convert

RGB 252 110 218 -
CMYK 0 0.56 0.13 0.01
HSL 314.37º 0.96% 0.71% -
HSV(B) 314.37º 0.56% 0.99% -
XYZ 58.38 36.91 70.38 -
YUV 164.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 252 110 218 0 0.56 0.13 0.01 314.37 0.96 0.71
Hex FC 6E DA 0 38 D 1 13A 60 47
Octal 374 156 332 0 70 15 1 472 140 107
Binary 11111100 1101110 11011010 0 111000 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EDA

Black with #FC6EDA

Text Example


Text Example

White with #FC6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EDA; }

 p { color: rgb(252,110,218); }

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

background-color css

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

 a { background-color: rgb(252,110,218); }

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

border-color css

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

 span { border-color: rgb(252,110,218); }

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