#FC6BDA

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

Shades of Neon Pink #FC6BDA

Tints of Neon Pink #FC6BDA

Color information

#FC6BDA (or 0xFC6BDA) is unknown color: approx Neon Pink. HEX triplet: FC, 6B and DA. RGB value is (252,107,218). Sum of RGB (Red+Green+Blue) = 252+107+218=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BDA is #039425. Grayscale: #A2A2A2. Windows color (decimal): -234534 or 14314492. OLE color: 14314492.

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

Color convert

RGB252107218-
CMYK00.580.130.01
HSL314.07º96.03%70.39%-
HSV(B)314.07º57.54%98.82%-
XYZ58.0636.2770.27-
YUV163.01159.04191.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 107 (42.19% from 255) = 18.54%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=43.67%
G=18.54%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210721800.580.130.01314.0796.0370.39
HexFC6BDA03AD113a6046
Octal374153332072151472140106
Binary1111110011010111101101001110101101110011101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6BDA; }

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

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

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

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

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

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

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

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