Html Css Color HEX #FF63C0 Neon Pink

📋 copy color: '#FF63C0'

red 255 ◦ green 99 ◦ blue 192

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

Shades of Neon Pink #FF63C0

Tints of Neon Pink #FF63C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 46.7%
G = 18.13%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF63C0 (or 0xFF63C0) is known color: Neon Pink. HEX triplet: FF, 63 and C0. RGB value is (255,99,192). Sum of RGB (Red+Green+Blue) = 255+99+192=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63C0 is #009C3F. Grayscale: #9C9C9C. Windows color (decimal): -40000 or 12608511. OLE color: 12608511.

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

Color convert

RGB 255 99 192 -
CMYK 0 0.61 0.25 0
HSL 324.23º 1% 0.69% -
HSV(B) 324.23º 0.61% 1% -
XYZ 55.22 33.99 53.52 -
YUV 156.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 255 99 192 0 0.61 0.25 0 324.23 1 0.69
Hex FF 63 C0 0 3D 19 0 144 64 45
Octal 377 143 300 0 75 31 0 504 144 105
Binary 11111111 1100011 11000000 0 111101 11001 0 101000100 1100100 1000101

Color Harmonies of #FF63C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63C0

Black with #FF63C0

Text Example


Text Example

White with #FF63C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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