Html Css Color HEX #FF63CF Neon Pink

📋 copy color: '#FF63CF'

red 255 ◦ green 99 ◦ blue 207

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

Shades of Neon Pink #FF63CF

Tints of Neon Pink #FF63CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 45.45%
G = 17.65%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF63CF (or 0xFF63CF) is known color: Neon Pink. HEX triplet: FF, 63 and CF. RGB value is (255,99,207). Sum of RGB (Red+Green+Blue) = 255+99+207=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63CF is #009C30. Grayscale: #9D9D9D. Windows color (decimal): -39985 or 13591551. OLE color: 13591551.

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

Color convert

RGB 255 99 207 -
CMYK 0 0.61 0.19 0
HSL 318.46º 1% 0.69% -
HSV(B) 318.46º 0.61% 1% -
XYZ 56.96 34.69 62.72 -
YUV 157.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 255 99 207 0 0.61 0.19 0 318.46 1 0.69
Hex FF 63 CF 0 3D 13 0 13E 64 45
Octal 377 143 317 0 75 23 0 476 144 105
Binary 11111111 1100011 11001111 0 111101 10011 0 100111110 1100100 1000101

Color Harmonies of #FF63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF63CF

Black with #FF63CF

Text Example


Text Example

White with #FF63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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