Html Css Color HEX #FF63CC Neon Pink

📋 copy color: '#FF63CC'

red 255 ◦ green 99 ◦ blue 204

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

Shades of Neon Pink #FF63CC

Tints of Neon Pink #FF63CC

RGB

 RED value IS 255 (100% from 255) = 45.7%

 GREEN value IS 99 (39.06% from 255) = 17.74%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 45.7%
G = 17.74%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF63CC (or 0xFF63CC) is known color: Neon Pink. HEX triplet: FF, 63 and CC. RGB value is (255,99,204). Sum of RGB (Red+Green+Blue) = 255+99+204=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63CC is #009C33. Grayscale: #9D9D9D. Windows color (decimal): -39988 or 13394943. OLE color: 13394943.

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

Color convert

RGB 255 99 204 -
CMYK 0 0.61 0.2 0
HSL 319.62º 1% 0.69% -
HSV(B) 319.62º 0.61% 1% -
XYZ 56.6 34.54 60.81 -
YUV 157.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 255 99 204 0 0.61 0.2 0 319.62 1 0.69
Hex FF 63 CC 0 3D 14 0 140 64 45
Octal 377 143 314 0 75 24 0 500 144 105
Binary 11111111 1100011 11001100 0 111101 10100 0 101000000 1100100 1000101

Color Harmonies of #FF63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63CC

Black with #FF63CC

Text Example


Text Example

White with #FF63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63CC; }

 p { color: rgb(255,99,204); }

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

background-color css

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

 a { background-color: rgb(255,99,204); }

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

border-color css

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

 span { border-color: rgb(255,99,204); }

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