Html Css Color HEX #FF63CB Neon Pink

📋 copy color: '#FF63CB'

red 255 ◦ green 99 ◦ blue 203

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

Shades of Neon Pink #FF63CB

Tints of Neon Pink #FF63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 45.78%
G = 17.77%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF63CB (or 0xFF63CB) is known color: Neon Pink. HEX triplet: FF, 63 and CB. RGB value is (255,99,203). Sum of RGB (Red+Green+Blue) = 255+99+203=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63CB is #009C34. Grayscale: #9D9D9D. Windows color (decimal): -39989 or 13329407. OLE color: 13329407.

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

Color convert

RGB 255 99 203 -
CMYK 0 0.61 0.20 0
HSL 320º 1% 0.69% -
HSV(B) 320º 0.61% 1% -
XYZ 56.48 34.5 60.18 -
YUV 157.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 255 99 203 0 0.61 0.20 0 320 1 0.69
Hex FF 63 CB 0 3D 14 0 140 64 45
Octal 377 143 313 0 75 24 0 500 144 105
Binary 11111111 1100011 11001011 0 111101 10100 0 101000000 1100100 1000101

Color Harmonies of #FF63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63CB

Black with #FF63CB

Text Example


Text Example

White with #FF63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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