Html Css Color HEX #FC6DDB Neon Pink

📋 copy color: '#FC6DDB'

red 252 ◦ green 109 ◦ blue 219

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

Shades of Neon Pink #FC6DDB

Tints of Neon Pink #FC6DDB

RGB

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

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

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

R = 43.45%
G = 18.79%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6DDB (or 0xFC6DDB) is known color: Neon Pink. HEX triplet: FC, 6D and DB. RGB value is (252,109,219). Sum of RGB (Red+Green+Blue) = 252+109+219=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DDB is #039224. Grayscale: #A4A4A4. Windows color (decimal): -234021 or 14380540. OLE color: 14380540.

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

Color convert

RGB 252 109 219 -
CMYK 0 0.57 0.13 0.01
HSL 313.85º 0.96% 0.71% -
HSV(B) 313.85º 0.57% 0.99% -
XYZ 58.4 36.75 71.03 -
YUV 164.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 252 109 219 0 0.57 0.13 0.01 313.85 0.96 0.71
Hex FC 6D DB 0 39 D 1 13A 60 47
Octal 374 155 333 0 71 15 1 472 140 107
Binary 11111100 1101101 11011011 0 111001 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DDB

Black with #FC6DDB

Text Example


Text Example

White with #FC6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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