Html Css Color HEX #FF63D6 Neon Pink

📋 copy color: '#FF63D6'

red 255 ◦ green 99 ◦ blue 214

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

Shades of Neon Pink #FF63D6

Tints of Neon Pink #FF63D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 44.89%
G = 17.43%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF63D6 (or 0xFF63D6) is known color: Neon Pink. HEX triplet: FF, 63 and D6. RGB value is (255,99,214). Sum of RGB (Red+Green+Blue) = 255+99+214=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 99 (39.06% from 255 or 17.43% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63D6 is #009C29. Grayscale: #9E9E9E. Windows color (decimal): -39978 or 14050303. OLE color: 14050303.

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

Color convert

RGB 255 99 214 -
CMYK 0 0.61 0.16 0
HSL 315.77º 1% 0.69% -
HSV(B) 315.77º 0.61% 1% -
XYZ 57.84 35.04 67.33 -
YUV 158.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 255 99 214 0 0.61 0.16 0 315.77 1 0.69
Hex FF 63 D6 0 3D 10 0 13C 64 45
Octal 377 143 326 0 75 20 0 474 144 105
Binary 11111111 1100011 11010110 0 111101 10000 0 100111100 1100100 1000101

Color Harmonies of #FF63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63D6

Black with #FF63D6

Text Example


Text Example

White with #FF63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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