Html Css Color HEX #FC6EDB Neon Pink

📋 copy color: '#FC6EDB'

red 252 ◦ green 110 ◦ blue 219

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

Shades of Neon Pink #FC6EDB

Tints of Neon Pink #FC6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 43.37%
G = 18.93%
B = 37.69%

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

#FC6EDB (or 0xFC6EDB) is known color: Neon Pink. HEX triplet: FC, 6E and DB. RGB value is (252,110,219). Sum of RGB (Red+Green+Blue) = 252+110+219=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EDB is #039124. Grayscale: #A4A4A4. Windows color (decimal): -233765 or 14380796. OLE color: 14380796.

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

Color convert

RGB 252 110 219 -
CMYK 0 0.56 0.13 0.01
HSL 313.94º 0.96% 0.71% -
HSV(B) 313.94º 0.56% 0.99% -
XYZ 58.51 36.96 71.07 -
YUV 164.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 252 110 219 0 0.56 0.13 0.01 313.94 0.96 0.71
Hex FC 6E DB 0 38 D 1 13A 60 47
Octal 374 156 333 0 70 15 1 472 140 107
Binary 11111100 1101110 11011011 0 111000 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EDB

Black with #FC6EDB

Text Example


Text Example

White with #FC6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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