Html Css Color HEX #FC6FDA Neon Pink

📋 copy color: '#FC6FDA'

red 252 ◦ green 111 ◦ blue 218

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

Shades of Neon Pink #FC6FDA

Tints of Neon Pink #FC6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 43.37%
G = 19.1%
B = 37.52%

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

#FC6FDA (or 0xFC6FDA) is known color: Neon Pink. HEX triplet: FC, 6F and DA. RGB value is (252,111,218). Sum of RGB (Red+Green+Blue) = 252+111+218=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FDA is #039025. Grayscale: #A5A5A5. Windows color (decimal): -233510 or 14315516. OLE color: 14315516.

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

Color convert

RGB 252 111 218 -
CMYK 0 0.56 0.13 0.01
HSL 314.47º 0.96% 0.71% -
HSV(B) 314.47º 0.56% 0.99% -
XYZ 58.48 37.13 70.41 -
YUV 165.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 252 111 218 0 0.56 0.13 0.01 314.47 0.96 0.71
Hex FC 6F DA 0 38 D 1 13A 60 47
Octal 374 157 332 0 70 15 1 472 140 107
Binary 11111100 1101111 11011010 0 111000 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FDA

Black with #FC6FDA

Text Example


Text Example

White with #FC6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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