#FC6BD6

Color #FC6BD6 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FC6BD6

Tints of Neon Pink #FC6BD6

Color information

#FC6BD6 (or 0xFC6BD6) is unknown color: approx Neon Pink. HEX triplet: FC, 6B and D6. RGB value is (252,107,214). Sum of RGB (Red+Green+Blue) = 252+107+214=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BD6 is #039429. Grayscale: #A2A2A2. Windows color (decimal): -234538 or 14052348. OLE color: 14052348.

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

Color convert

RGB252107214-
CMYK00.580.150.01
HSL315.72º96.03%70.39%-
HSV(B)315.72º57.54%98.82%-
XYZ57.5436.0767.55-
YUV162.55157.04191.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 107 (42.19% from 255) = 18.67%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=43.98%
G=18.67%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210721400.580.150.01315.7296.0370.39
HexFC6BD603AF113c6046
Octal374153326072171474140106
Binary1111110011010111101011001110101111110011110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6BD6; }

 p { color: rgb(252,107,214); }

 H1.HeaderClassName
 {
   color: #FC6BD6;
 }
 .AnyTagClassName
 {
   color: #FC6BD6;
 }
</style>
background-color css

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

 a { background-color: rgb(252,107,214); }

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

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

 span { border-color: rgb(252,107,214); }

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