Html Css Color HEX #FC6FDB Neon Pink

📋 copy color: '#FC6FDB'

red 252 ◦ green 111 ◦ blue 219

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

Shades of Neon Pink #FC6FDB

Tints of Neon Pink #FC6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.07%

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

R = 43.3%
G = 19.07%
B = 37.63%

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

#FC6FDB (or 0xFC6FDB) is known color: Neon Pink. HEX triplet: FC, 6F and DB. RGB value is (252,111,219). Sum of RGB (Red+Green+Blue) = 252+111+219=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FDB is #039024. Grayscale: #A5A5A5. Windows color (decimal): -233509 or 14381052. OLE color: 14381052.

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

Color convert

RGB 252 111 219 -
CMYK 0 0.56 0.13 0.01
HSL 314.04º 0.96% 0.71% -
HSV(B) 314.04º 0.56% 0.99% -
XYZ 58.62 37.18 71.1 -
YUV 165.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 252 111 219 0 0.56 0.13 0.01 314.04 0.96 0.71
Hex FC 6F DB 0 38 D 1 13A 60 47
Octal 374 157 333 0 70 15 1 472 140 107
Binary 11111100 1101111 11011011 0 111000 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FDB

Black with #FC6FDB

Text Example


Text Example

White with #FC6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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