Html Css Color HEX #FC6CDB Neon Pink

📋 copy color: '#FC6CDB'

red 252 ◦ green 108 ◦ blue 219

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

Shades of Neon Pink #FC6CDB

Tints of Neon Pink #FC6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.65%

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

R = 43.52%
G = 18.65%
B = 37.82%

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

#FC6CDB (or 0xFC6CDB) is known color: Neon Pink. HEX triplet: FC, 6C and DB. RGB value is (252,108,219). Sum of RGB (Red+Green+Blue) = 252+108+219=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CDB is #039324. Grayscale: #A3A3A3. Windows color (decimal): -234277 or 14380284. OLE color: 14380284.

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

Color convert

RGB 252 108 219 -
CMYK 0 0.57 0.13 0.01
HSL 313.75º 0.96% 0.71% -
HSV(B) 313.75º 0.57% 0.99% -
XYZ 58.29 36.54 71 -
YUV 163.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 252 108 219 0 0.57 0.13 0.01 313.75 0.96 0.71
Hex FC 6C DB 0 39 D 1 13A 60 47
Octal 374 154 333 0 71 15 1 472 140 107
Binary 11111100 1101100 11011011 0 111001 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CDB

Black with #FC6CDB

Text Example


Text Example

White with #FC6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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