Html Css Color HEX #FF63C2 Neon Pink

📋 copy color: '#FF63C2'

red 255 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #FF63C2

Tints of Neon Pink #FF63C2

RGB

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

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

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

R = 46.53%
G = 18.07%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF63C2 (or 0xFF63C2) is known color: Neon Pink. HEX triplet: FF, 63 and C2. RGB value is (255,99,194). Sum of RGB (Red+Green+Blue) = 255+99+194=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63C2 is #009C3D. Grayscale: #9C9C9C. Windows color (decimal): -39998 or 12739583. OLE color: 12739583.

HSL color Cylindrical-coordinate representation of color #FF63C2: hue angle of 323.46º 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 #FF63C2 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 99 194 -
CMYK 0 0.61 0.24 0
HSL 323.46º 1% 0.69% -
HSV(B) 323.46º 0.61% 1% -
XYZ 55.44 34.08 54.69 -
YUV 156.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 255 99 194 0 0.61 0.24 0 323.46 1 0.69
Hex FF 63 C2 0 3D 18 0 143 64 45
Octal 377 143 302 0 75 30 0 503 144 105
Binary 11111111 1100011 11000010 0 111101 11000 0 101000011 1100100 1000101

Color Harmonies of #FF63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63C2

Black with #FF63C2

Text Example


Text Example

White with #FF63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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