Html Css Color HEX #FC67C2 Neon Pink

📋 copy color: '#FC67C2'

red 252 ◦ green 103 ◦ blue 194

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

Shades of Neon Pink #FC67C2

Tints of Neon Pink #FC67C2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.76%

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 45.9%
G = 18.76%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC67C2 (or 0xFC67C2) is known color: Neon Pink. HEX triplet: FC, 67 and C2. RGB value is (252,103,194). Sum of RGB (Red+Green+Blue) = 252+103+194=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67C2 is #03983D. Grayscale: #9D9D9D. Windows color (decimal): -235582 or 12740604. OLE color: 12740604.

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

Color convert

RGB 252 103 194 -
CMYK 0 0.59 0.23 0.01
HSL 323.36º 0.96% 0.7% -
HSV(B) 323.36º 0.59% 0.99% -
XYZ 54.73 34.29 54.77 -
YUV 157.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 252 103 194 0 0.59 0.23 0.01 323.36 0.96 0.7
Hex FC 67 C2 0 3B 17 1 143 60 46
Octal 374 147 302 0 73 27 1 503 140 106
Binary 11111100 1100111 11000010 0 111011 10111 1 101000011 1100000 1000110

Color Harmonies of #FC67C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC67C2

Black with #FC67C2

Text Example


Text Example

White with #FC67C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC67C2; }

 p { color: rgb(252,103,194); }

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

background-color css

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

 a { background-color: rgb(252,103,194); }

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

border-color css

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

 span { border-color: rgb(252,103,194); }

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