Html Css Color HEX #FC51C8 Neon Pink

📋 copy color: '#FC51C8'

red 252 ◦ green 81 ◦ blue 200

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

Shades of Neon Pink #FC51C8

Tints of Neon Pink #FC51C8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.2%

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 47.28%
G = 15.2%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC51C8 (or 0xFC51C8) is known color: Neon Pink. HEX triplet: FC, 51 and C8. RGB value is (252,81,200). Sum of RGB (Red+Green+Blue) = 252+81+200=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51C8 is #03AE37. Grayscale: #919191. Windows color (decimal): -241208 or 13128188. OLE color: 13128188.

HSL color Cylindrical-coordinate representation of color #FC51C8: hue angle of 318.25º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51C8 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 200 -
CMYK 0 0.68 0.21 0.01
HSL 318.25º 0.97% 0.65% -
HSV(B) 318.25º 0.68% 0.99% -
XYZ 53.51 30.75 57.76 -
YUV 145.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 252 81 200 0 0.68 0.21 0.01 318.25 0.97 0.65
Hex FC 51 C8 0 44 15 1 13E 61 41
Octal 374 121 310 0 104 25 1 476 141 101
Binary 11111100 1010001 11001000 0 1000100 10101 1 100111110 1100001 1000001

Color Harmonies of #FC51C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51C8

Black with #FC51C8

Text Example


Text Example

White with #FC51C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51C8; }

 p { color: rgb(252,81,200); }

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

background-color css

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

 a { background-color: rgb(252,81,200); }

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

border-color css

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

 span { border-color: rgb(252,81,200); }

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