Html Css Color HEX #FC62D8 Neon Pink

📋 copy color: '#FC62D8'

red 252 ◦ green 98 ◦ blue 216

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

Shades of Neon Pink #FC62D8

Tints of Neon Pink #FC62D8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.31%

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 44.52%
G = 17.31%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC62D8 (or 0xFC62D8) is known color: Neon Pink. HEX triplet: FC, 62 and D8. RGB value is (252,98,216). Sum of RGB (Red+Green+Blue) = 252+98+216=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62D8 is #039D27. Grayscale: #9D9D9D. Windows color (decimal): -236840 or 14181116. OLE color: 14181116.

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

Color convert

RGB 252 98 216 -
CMYK 0 0.61 0.14 0.01
HSL 314.03º 0.96% 0.69% -
HSV(B) 314.03º 0.61% 0.99% -
XYZ 56.91 34.39 68.6 -
YUV 157.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 252 98 216 0 0.61 0.14 0.01 314.03 0.96 0.69
Hex FC 62 D8 0 3D E 1 13A 60 45
Octal 374 142 330 0 75 16 1 472 140 105
Binary 11111100 1100010 11011000 0 111101 1110 1 100111010 1100000 1000101

Color Harmonies of #FC62D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC62D8

Black with #FC62D8

Text Example


Text Example

White with #FC62D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC62D8; }

 p { color: rgb(252,98,216); }

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

background-color css

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

 a { background-color: rgb(252,98,216); }

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

border-color css

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

 span { border-color: rgb(252,98,216); }

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